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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9125015: Implement profiler log writing at shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 1f3294552c7ca8901a246fff6aeae7a07e21d776..1cb19859bb68b500b5c62d2e2f4f64143d1cb70e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -945,6 +945,9 @@ const char kProfilingAtStart[] = "profiling-at-start";
// The default is chrome-profile-{pid}.
const char kProfilingFile[] = "profiling-file";
+// Specifies a path to output profiling information at shutdown.
+const char kProfilingOutputFile[] = "profiling-output-file";
+
// Controls whether profile data is periodically flushed to a file. Normally
// the data gets written on exit but cases exist where chrome doesn't exit
// cleanly (especially when using single-process). A time in seconds can be

Powered by Google App Engine
This is Rietveld 408576698