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

Unified Diff: tools/perf/benchmarks/page_cycler_v2.py

Issue 2057413002: Revert of [PCv2] Add tracing category needed for computing ttfmp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index ac220af4a720158a3c8f1c2934f06b463a435ddc..9678adee5e4928f9fb8260ee5138536d3612517f 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -21,10 +21,6 @@
def CreateTimelineBasedMeasurementOptions(self):
cat_filter = tracing_category_filter.TracingCategoryFilter(
filter_string='blink.console,navigation,blink.user_timing,loading')
-
- # Below categories are needed for first-meaningful-paint computation.
- cat_filter.AddDisabledByDefault('disabled-by-default-blink.debug.layout')
- cat_filter.AddIncludedCategory('devtools.timeline')
tbm_options = timeline_based_measurement.Options(
overhead_level=cat_filter)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698