mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Improve scheduling of the memory profiler. (#35618)
Switch the delay to be used between the end of a previous run and the next, instead of the start of consecutive runs. That ensure that we don't enqueue messages when processing is slower than the delay. Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
d446b63cfd
commit
678f0c9fdc
3 changed files with 25 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -5811,6 +5811,7 @@ dependencies = [
|
|||
"base",
|
||||
"ipc-channel",
|
||||
"libc",
|
||||
"parking_lot",
|
||||
"profile_traits",
|
||||
"regex",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue