diff options
Diffstat (limited to 'components/profile')
-rw-r--r-- | components/profile/time.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile/time.rs b/components/profile/time.rs index 9aa952cdb30..cd2aad1d092 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -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", |