aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/heartbeats.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2015-12-15 13:27:42 -0800
committerPatrick Walton <pcwalton@mimiga.net>2015-12-15 13:28:05 -0800
commitdf93b1f194848e1f74827cbffbaba914e9fd979e (patch)
treea22dba31e6ae9e6642674f3f330a3c1a85a9d3de /components/profile/heartbeats.rs
parent072222e69e5451db670716b414f800db593ffc42 (diff)
downloadservo-df93b1f194848e1f74827cbffbaba914e9fd979e.tar.gz
servo-df93b1f194848e1f74827cbffbaba914e9fd979e.zip
gfx: Measure text shaping time in the time profiler.
Diffstat (limited to 'components/profile/heartbeats.rs')
-rw-r--r--components/profile/heartbeats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/heartbeats.rs b/components/profile/heartbeats.rs
index c87e9f542a8..bd143d1fdb5 100644
--- a/components/profile/heartbeats.rs
+++ b/components/profile/heartbeats.rs
@@ -23,6 +23,7 @@ pub fn init() {
maybe_create_heartbeat(&mut hbs, ProfilerCategory::Compositing);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutPerform);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutStyleRecalc);
+ maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutTextShaping);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutRestyleDamagePropagation);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutNonIncrementalReset);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutSelectorMatch);
@@ -31,7 +32,6 @@ pub fn init() {
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutGeneratedContent);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutMain);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutParallelWarmup);
- maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutShaping);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::LayoutDispListBuild);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::PaintingPerTile);
maybe_create_heartbeat(&mut hbs, ProfilerCategory::PaintingPrepBuff);