mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -154,6 +154,7 @@ impl Formattable for ProfilerCategory {
|
|||
ProfilerCategory::ScriptExitFullscreen => "Script Exit Fullscreen",
|
||||
ProfilerCategory::ScriptWebVREvent => "Script WebVR Event",
|
||||
ProfilerCategory::ScriptWorkletEvent => "Script Worklet Event",
|
||||
ProfilerCategory::ScriptPerformanceEvent => "Script Performance Event",
|
||||
ProfilerCategory::TimeToFirstPaint => "Time To First Paint",
|
||||
ProfilerCategory::TimeToFirstContentfulPaint => "Time To First Contentful Paint",
|
||||
ProfilerCategory::ApplicationHeartbeat => "Application Heartbeat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue