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

Unified Diff: tools/perf/benchmarks/jitter.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/indexeddb_perf.py ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/jitter.py
diff --git a/tools/perf/benchmarks/jitter.py b/tools/perf/benchmarks/jitter.py
index 1e53e97027976a1e20bc2fdeb8138cdc4046173f..206c71bdb620e061cf1c76ab27d8be1cb0c8a877 100644
--- a/tools/perf/benchmarks/jitter.py
+++ b/tools/perf/benchmarks/jitter.py
@@ -21,7 +21,7 @@ class Jitter(perf_benchmark.PerfBenchmark):
page_set = page_sets.JitterPageSet
def CreateTimelineBasedMeasurementOptions(self):
- cat_filter = chrome_trace_category_filter.CreateMinimalOverheadFilter()
+ cat_filter = chrome_trace_category_filter.ChromeTraceCategoryFilter()
cat_filter.AddIncludedCategory(JITTER_CATEGORY)
cat_filter.AddIncludedCategory(TIMELINE_REQUIRED_CATEGORY)
options = timeline_based_measurement.Options(
« no previous file with comments | « tools/perf/benchmarks/indexeddb_perf.py ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698