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

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

Issue 2110273002: Use correct overhead level for benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: blob_storage Created 4 years, 6 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/benchmarks/v8.py ('k') | no next file » | 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 c53b589fe767407a3778e8037fda2eec73666547..2e851c911cbf42275a1fb4d6e665e0cbd0cf79f8 100644
--- a/tools/perf/measurements/thread_times.py
+++ b/tools/perf/measurements/thread_times.py
@@ -25,7 +25,7 @@ class ThreadTimes(legacy_page_test.LegacyPageTest):
self._timeline_controller.trace_categories = None
else:
self._timeline_controller.trace_categories = \
- chrome_trace_category_filter.CreateNoOverheadFilter().filter_string
+ chrome_trace_category_filter.CreateLowOverheadFilter().filter_string
self._timeline_controller.SetUp(page, tab)
def DidNavigateToPage(self, page, tab):
« no previous file with comments | « tools/perf/benchmarks/v8.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698