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

Unified Diff: apps/benchmark/run_args.h

Issue 1391013005: Benchmark: `--save-all-traces` argument (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: benchmark Created 5 years, 2 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
Index: apps/benchmark/run_args.h
diff --git a/apps/benchmark/run_args.h b/apps/benchmark/run_args.h
index 73e83d6190bbf99074260191da2155f92cca2cb1..916dbd8ee0e415cab5eb94bf80e542be4b3a2b8f 100644
--- a/apps/benchmark/run_args.h
+++ b/apps/benchmark/run_args.h
@@ -19,6 +19,7 @@ struct RunArgs {
std::string app;
base::TimeDelta duration;
std::vector<Measurement> measurements;
+ bool trace_all_categories;
bool write_output_file;
base::FilePath output_file_path;

Powered by Google App Engine
This is Rietveld 408576698