Commit ad1f3883 authored by Mythri A's avatar Mythri A Committed by Commit Bot

Remove unrequired tracing categories in v8.browsing benchmarks

Bug: chromium:958441
Change-Id: I89a2d24a57d72c53844b39ed4eabe3198f394bbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1646791
Commit-Queue: Mythri Alle <mythria@chromium.org>
Reviewed-by: default avatarUlan Degenbaev <ulan@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#667202}
parent 2e9e9411
...@@ -54,24 +54,12 @@ def AugmentOptionsForV8BrowsingMetrics(options, enable_runtime_call_stats=True): ...@@ -54,24 +54,12 @@ def AugmentOptionsForV8BrowsingMetrics(options, enable_runtime_call_stats=True):
'-*', '-*',
# Memory categories. # Memory categories.
'disabled-by-default-memory-infra', 'disabled-by-default-memory-infra',
# UE categories required by runtimeStatsTotalMetric to bucket
# runtimeStats by UE.
'rail',
# EQT categories.
'blink.user_timing',
'loading',
'navigation',
'toplevel', 'toplevel',
# V8 categories. # V8 categories.
'disabled-by-default-v8.gc', 'disabled-by-default-v8.gc',
'renderer.scheduler',
'v8', 'v8',
'v8.console', 'v8.console',
'webkit.console', 'webkit.console',
# TODO(crbug.com/616441, primiano): Remove this temporary workaround,
# which enables memory-infra V8 code stats in V8 code size benchmarks
# only (to not slow down detailed memory dumps in other benchmarks).
'disabled-by-default-memory-infra.v8.code_stats',
# Blink categories. # Blink categories.
'blink_gc', 'blink_gc',
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment