mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Add time profiling to ServoXMLParser::parse_sync
This commit is contained in:
parent
1f23810a34
commit
609299e1e4
3 changed files with 17 additions and 0 deletions
|
@ -83,6 +83,7 @@ pub enum ProfilerCategory {
|
|||
ScriptWebSocketEvent = 0x73,
|
||||
ScriptWorkerEvent = 0x74,
|
||||
ScriptServiceWorkerEvent = 0x75,
|
||||
ScriptParseXML = 0x76,
|
||||
ApplicationHeartbeat = 0x90,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue