aboutsummaryrefslogtreecommitdiffstats
path: root/components/metrics
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-06-04 13:54:09 +0200
committerSimon Sapin <simon.sapin@exyr.org>2020-06-04 16:39:08 +0200
commit0abe90647f4548d0e35c8d9107b81e45ea739226 (patch)
tree158d2623f4d8cdf53ce1e3e03e004092e29f221d /components/metrics
parentd4f1f4641dbb4b44f7d2b507f4fb4a5ae875626d (diff)
downloadservo-0abe90647f4548d0e35c8d9107b81e45ea739226.tar.gz
servo-0abe90647f4548d0e35c8d9107b81e45ea739226.zip
Remove support for energy profiling
Diffstat (limited to 'components/metrics')
-rw-r--r--components/metrics/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/metrics/lib.rs b/components/metrics/lib.rs
index 1165c8f45ca..ad6ef52e3ca 100644
--- a/components/metrics/lib.rs
+++ b/components/metrics/lib.rs
@@ -81,8 +81,6 @@ fn set_metric<U: ProgressiveWebMetric>(
&pwm.get_time_profiler_chan(),
time,
time,
- 0,
- 0,
);
// Print the metric to console if the print-pwm option was given.