mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Measure layout queries blocked by ongoing layout
This commit is contained in:
parent
a74f5222db
commit
858011c513
9 changed files with 73 additions and 6 deletions
|
@ -46,6 +46,11 @@ pub enum ProfilerMsg {
|
|||
),
|
||||
/// Message used to force print the profiling metrics
|
||||
Print,
|
||||
|
||||
// TODO pylbrecht
|
||||
// write meaningful docstring
|
||||
BlockedLayoutQuery(String),
|
||||
|
||||
/// Tells the profiler to shut down.
|
||||
Exit(IpcSender<()>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue