diff options
Diffstat (limited to 'components/profile/time.rs')
-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 cd2aad1d092..c075272fbc0 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -157,6 +157,7 @@ impl Formattable for ProfilerCategory { ProfilerCategory::ScriptPerformanceEvent => "Script Performance Event", ProfilerCategory::TimeToFirstPaint => "Time To First Paint", ProfilerCategory::TimeToFirstContentfulPaint => "Time To First Contentful Paint", + ProfilerCategory::TimeToInteractive => "Time to Interactive", ProfilerCategory::ApplicationHeartbeat => "Application Heartbeat", }; format!("{}{}", padding, name) |