| Index: tracing/tracing/metrics/system_health/power_metric.html | 
| diff --git a/tracing/tracing/metrics/system_health/power_metric.html b/tracing/tracing/metrics/system_health/power_metric.html | 
| index 13ae65e1401e4506bd4363c972f069502af2eb0f..9c1ad2d6bed35ceaf313b22d8f45e44e9921183e 100644 | 
| --- a/tracing/tracing/metrics/system_health/power_metric.html | 
| +++ b/tracing/tracing/metrics/system_health/power_metric.html | 
| @@ -7,6 +7,7 @@ found in the LICENSE file. | 
|  | 
| <link rel="import" href="/tracing/base/statistics.html"> | 
| <link rel="import" href="/tracing/metrics/metric_registry.html"> | 
| +<link rel="import" href="/tracing/metrics/system_health/clock_sync_latency_metric.html"> | 
| <link rel="import" href="/tracing/value/numeric.html"> | 
| <link rel="import" href="/tracing/value/value.html"> | 
|  | 
| @@ -37,6 +38,10 @@ tr.exportTo('tr.metrics.sh', function() { | 
| } | 
|  | 
| function powerMetric(valueList, model) { | 
| +    // TODO(alexandermont): Once it's possible to specify multiple metrics | 
| +    // in a Telemetry benchmark, separate out this metric from the power | 
| +    // metric and have the benchmark use both. | 
| +    // (See: https://github.com/catapult-project/catapult/issues/2430.) | 
| if (!model.device.powerSeries) | 
| return; | 
| energyConsumedPerFrame(valueList, model); | 
|  |