diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-08-30 17:52:18 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-09-05 17:07:15 +0200 |
commit | fb843c251aff388c31f22d668319e04ad52d9663 (patch) | |
tree | 162709540b38cc4ef873cf195344f885dc84b39b /components/profile | |
parent | 449ffb23acdd0098193458856de88ec4198724fc (diff) | |
download | servo-fb843c251aff388c31f22d668319e04ad52d9663.tar.gz servo-fb843c251aff388c31f22d668319e04ad52d9663.zip |
Make Performance Timeline API work in Workers
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", |