aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-08-30 17:52:18 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-09-05 17:07:15 +0200
commitfb843c251aff388c31f22d668319e04ad52d9663 (patch)
tree162709540b38cc4ef873cf195344f885dc84b39b /components/profile
parent449ffb23acdd0098193458856de88ec4198724fc (diff)
downloadservo-fb843c251aff388c31f22d668319e04ad52d9663.tar.gz
servo-fb843c251aff388c31f22d668319e04ad52d9663.zip
Make Performance Timeline API work in Workers
Diffstat (limited to 'components/profile')
-rw-r--r--components/profile/time.rs1
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",