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

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

Issue 2424933003: Rename ValueSet* to HistogramSet*. (Closed)
Patch Set: fix Created 4 years, 2 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 27a194220b4c83ba88c6a499584836127b4886ed..2715d12f8593dedd04ef702cd01a93f7225fc110 100644
--- a/tracing/tracing/metrics/system_health/power_metric.html
+++ b/tracing/tracing/metrics/system_health/power_metric.html
@@ -53,7 +53,7 @@ tr.exportTo('tr.metrics.sh', function() {
* interactive.
*/
function getNavigationTTIIntervals_(model) {
- var values = new tr.v.ValueSet();
+ var values = new tr.v.HistogramSet();
tr.metrics.sh.loadingMetric(values, model);
var ttiValues = values.getValuesNamed('timeToFirstInteractive');
var intervals = [];

Powered by Google App Engine
This is Rietveld 408576698