Commit 657073af authored by Etienne Bergeron's avatar Etienne Bergeron Committed by Commit Bot

Add system stats to navigation category in slow-reports

This CL is activating the "system_stats" category for the navigation
slow-reports.

The idea is to collect more system wide information to determine the
cause of janks. We believe many janks are related to system wide
properties not visible without system wide metrics.

R=fdoray,oysteine

Bug: 872900
Change-Id: I2151616b07b79997b20243181eb31c5270c4ee68
Reviewed-on: https://chromium-review.googlesource.com/1171109Reviewed-by: default avataroysteine <oysteine@chromium.org>
Commit-Queue: Etienne Bergeron <etienneb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582319}
parent 5f3d96a7
......@@ -653,7 +653,8 @@ BackgroundTracingManagerImpl::GetCategoryFilterStringForCategoryPreset(
BENCHMARK_EXECUTION_METRIC:
return "blink.console,v8";
case BackgroundTracingConfigImpl::CategoryPreset::BENCHMARK_NAVIGATION:
return "benchmark,toplevel,ipc,base,browser,navigation,omnibox";
return "benchmark,toplevel,ipc,base,browser,navigation,omnibox,"
"disabled-by-default-system_stats";
case BackgroundTracingConfigImpl::CategoryPreset::BLINK_STYLE:
return "blink_style";
case BackgroundTracingConfigImpl::CategoryPreset::CATEGORY_PRESET_UNSET:
......
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