mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.
This commit is contained in:
parent
36df00ae96
commit
9e8cf19e51
19 changed files with 126 additions and 30 deletions
|
@ -53,6 +53,7 @@ pub enum ProfilerCategory {
|
|||
LayoutStoreOverflow,
|
||||
LayoutParallelWarmup,
|
||||
LayoutDispListBuild,
|
||||
NetHTTPRequestResponse,
|
||||
PaintingPerTile,
|
||||
PaintingPrepBuff,
|
||||
Painting,
|
||||
|
@ -63,11 +64,13 @@ pub enum ProfilerCategory {
|
|||
ScriptDevtoolsMsg,
|
||||
ScriptDocumentEvent,
|
||||
ScriptDomEvent,
|
||||
ScriptEvaluate,
|
||||
ScriptEvent,
|
||||
ScriptFileRead,
|
||||
ScriptImageCacheMsg,
|
||||
ScriptInputEvent,
|
||||
ScriptNetworkEvent,
|
||||
ScriptParseHTML,
|
||||
ScriptPlannedNavigation,
|
||||
ScriptResize,
|
||||
ScriptSetViewport,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue