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

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

Issue 1140353003: [Telemetry] Disable auto issuing record for thread_times (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix blink_style & key_idle_power_cases Created 5 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
« no previous file with comments | « tools/perf/measurements/blink_style.py ('k') | tools/perf/measurements/thread_times_unittest.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 0372a3355f0077cdd50d01ea972104240163b531..0526f91ad9ff81c7420c08fe7f0dbaa82a971187 100644
--- a/tools/perf/measurements/thread_times.py
+++ b/tools/perf/measurements/thread_times.py
@@ -17,7 +17,8 @@ class ThreadTimes(page_test.PageTest):
self._report_silk_details = report_silk_details
def WillNavigateToPage(self, page, tab):
- self._timeline_controller = timeline_controller.TimelineController()
+ self._timeline_controller = timeline_controller.TimelineController(
+ enable_auto_issuing_record=False)
if self._report_silk_details:
# We need the other traces in order to have any details to report.
self._timeline_controller.trace_categories = None
« no previous file with comments | « tools/perf/measurements/blink_style.py ('k') | tools/perf/measurements/thread_times_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698