Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: tracing/tracing/metrics/system_health/power_metric.html

Issue 2000063006: Define DiagnosticMap and a basic Diagnostic hierarchy (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 730ab18f5d3a9e7c3eec804911b82ede21c45f53..7c9c2261a42956407367259909914b5648b7bde4 100644
--- a/tracing/tracing/metrics/system_health/power_metric.html
+++ b/tracing/tracing/metrics/system_health/power_metric.html
@@ -32,11 +32,8 @@ tr.exportTo('tr.metrics.sh', function() {
}
valueList.addValue(new tr.v.NumericValue(
- model.canonicalUrl,
- 'power_energy',
- frameEnergyConsumed,
- {description: 'Energy consumption in joules'},
- {}));
+ 'power_energy', frameEnergyConsumed,
+ {description: 'Energy consumption in joules'}));
}
function powerMetric(valueList, model) {

Powered by Google App Engine
This is Rietveld 408576698