mirror of
https://github.com/servo/servo.git
synced 2025-09-22 04:40:09 +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
|
@ -14,6 +14,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
base = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue