mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make Performance Timeline API work in Workers
This commit is contained in:
parent
449ffb23ac
commit
fb843c251a
20 changed files with 146 additions and 128 deletions
|
@ -90,6 +90,7 @@ pub enum ProfilerCategory {
|
|||
ScriptExitFullscreen = 0x78,
|
||||
ScriptWebVREvent = 0x79,
|
||||
ScriptWorkletEvent = 0x7a,
|
||||
ScriptPerformanceEvent = 0x7b,
|
||||
TimeToFirstPaint = 0x80,
|
||||
TimeToFirstContentfulPaint = 0x81,
|
||||
ApplicationHeartbeat = 0x90,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue