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

Unified Diff: content/browser/tracing/background_tracing_manager_impl.cc

Issue 2282013003: BackgroundTracing: Collect v8 runtime call stats from Benchmark Deep (Closed)
Patch Set: Created 4 years, 4 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: content/browser/tracing/background_tracing_manager_impl.cc
diff --git a/content/browser/tracing/background_tracing_manager_impl.cc b/content/browser/tracing/background_tracing_manager_impl.cc
index 0fa36ef58a13dbc5395bebc2fabed971c7c04b4e..a4e32e99fbfcfd189cfae0b06d6cdcabc99c3714 100644
--- a/content/browser/tracing/background_tracing_manager_impl.cc
+++ b/content/browser/tracing/background_tracing_manager_impl.cc
@@ -539,7 +539,8 @@ BackgroundTracingManagerImpl::GetCategoryFilterStringForCategoryPreset(
return "benchmark,toplevel";
case BackgroundTracingConfigImpl::CategoryPreset::BENCHMARK_DEEP:
return "*,disabled-by-default-benchmark.detailed,"
- "disabled-by-default-v8.cpu_profile";
+ "disabled-by-default-v8.cpu_profile,"
+ "disabled-by-default-v8.runtime_stats";
case BackgroundTracingConfigImpl::CategoryPreset::BENCHMARK_GPU:
return "benchmark,toplevel,gpu";
case BackgroundTracingConfigImpl::CategoryPreset::BENCHMARK_IPC:
« 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