mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Combine script profiling with profile crates. Fixes #7514.
This commit is contained in:
parent
3f9b6f8586
commit
d746835344
6 changed files with 71 additions and 57 deletions
|
@ -56,6 +56,22 @@ pub enum ProfilerCategory {
|
|||
PaintingPrepBuff,
|
||||
Painting,
|
||||
ImageDecoding,
|
||||
ScriptAttachLayout,
|
||||
ScriptConstellationMsg,
|
||||
ScriptDevtoolsMsg,
|
||||
ScriptDocumentEvent,
|
||||
ScriptDomEvent,
|
||||
ScriptFileRead,
|
||||
ScriptImageCacheMsg,
|
||||
ScriptInputEvent,
|
||||
ScriptNetworkEvent,
|
||||
ScriptResize,
|
||||
ScriptEvent,
|
||||
ScriptUpdateReplacedElement,
|
||||
ScriptSetViewport,
|
||||
ScriptWebSocketEvent,
|
||||
ScriptWorkerEvent,
|
||||
ScriptXhrEvent,
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue