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

Unified Diff: tools/perf/measurements/thread_times.py

Issue 139743018: Telemetry: Remove 'overhead' time from thread times measurement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TELEMETRY_fix_trace_import_precision
Patch Set: Rebase. Created 6 years, 10 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
« no previous file with comments | « no previous file | tools/perf/metrics/timeline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/thread_times.py
diff --git a/tools/perf/measurements/thread_times.py b/tools/perf/measurements/thread_times.py
index 5575cc1d4c4af15ce8810e3a363511f8dc1a1f9d..fd53c0b5b1e23397af46906ddca0eb9c9b05b238 100644
--- a/tools/perf/measurements/thread_times.py
+++ b/tools/perf/measurements/thread_times.py
@@ -27,9 +27,9 @@ class ThreadTimes(page_measurement.PageMeasurement):
self._metric = timeline.ThreadTimesTimelineMetric()
self._metric.Start(page, tab)
if self.options.report_silk_results:
- self._metric.results_to_report = timeline.SilkResults
+ self._metric.results_to_report = timeline.ReportSilkResults
if self.options.report_silk_details:
- self._metric.details_to_report = timeline.SilkDetails
+ self._metric.details_to_report = timeline.ReportSilkDetails
def DidRunAction(self, page, tab, action):
self._metric.AddActionToIncludeInMetric(action)
« no previous file with comments | « no previous file | tools/perf/metrics/timeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698