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

Unified Diff: tools/perf/benchmarks/text_selection.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/jitter.py ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/text_selection.py
diff --git a/tools/perf/benchmarks/text_selection.py b/tools/perf/benchmarks/text_selection.py
index 14ee74c7b7c70a1420172b0b66c24f491fd8233e..17c7141f7212f0446ecd6db5d7ae91ee2b9da225 100644
--- a/tools/perf/benchmarks/text_selection.py
+++ b/tools/perf/benchmarks/text_selection.py
@@ -18,7 +18,7 @@ class _TextSelection(perf_benchmark.PerfBenchmark):
page_set = page_sets.TextSelectionSitesPageSet
def CreateTimelineBasedMeasurementOptions(self):
- cat_filter = chrome_trace_category_filter.CreateMinimalOverheadFilter()
+ cat_filter = chrome_trace_category_filter.ChromeTraceCategoryFilter()
cat_filter.AddIncludedCategory(TEXT_SELECTION_CATEGORY)
cat_filter.AddIncludedCategory(TIMELINE_REQUIRED_CATEGORY)
« no previous file with comments | « tools/perf/benchmarks/jitter.py ('k') | tools/perf/benchmarks/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698