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

Unified Diff: tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.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/clock_sync_latency_metric_test.html
diff --git a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
index 9b615746fb58e240769adaa042ee3a42e26f75b8..f46bf0048cb43901becadedc73a3f3524e0c35ee 100644
--- a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
+++ b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<link rel="import" href="/tracing/core/test_utils.html">
<link rel="import" href="/tracing/metrics/system_health/clock_sync_latency_metric.html">
<link rel="import" href="/tracing/model/model.html">
-<link rel="import" href="/tracing/value/value_set.html">
+<link rel="import" href="/tracing/value/histogram_set.html">
<script>
'use strict';
@@ -35,7 +35,7 @@ tr.b.unittest.testSuite(function() {
tr.model.ClockDomainId.BATTOR.toLowerCase() + '_to_' +
tr.model.ClockDomainId.TELEMETRY.toLowerCase();
- var valueSet = new tr.v.ValueSet();
+ var valueSet = new tr.v.HistogramSet();
tr.metrics.sh.clockSyncLatencyMetric(valueSet, model);
var battorToWinQpcValue = undefined;
« no previous file with comments | « tracing/tracing/metrics/metric_registry.html ('k') | tracing/tracing/metrics/system_health/cpu_time_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698