Add time profiling to ServoXMLParser::parse_sync

This commit is contained in:
Anthony Ramine 2016-10-09 00:19:09 +02:00
parent 1f23810a34
commit 609299e1e4
3 changed files with 17 additions and 0 deletions

View file

@ -83,6 +83,7 @@ pub enum ProfilerCategory {
ScriptWebSocketEvent = 0x73,
ScriptWorkerEvent = 0x74,
ScriptServiceWorkerEvent = 0x75,
ScriptParseXML = 0x76,
ApplicationHeartbeat = 0x90,
}