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

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: Rebase + Update Created 8 years, 10 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
« chrome/chrome_browser.gypi ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 808877eb0ea37c13c110b7ddcbe4e2469816ff6c..0df827eb490ee63607a11e0b589dd53b8ed80ffa 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -983,6 +983,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.
jar (doing other things) 2012/02/08 20:34:37 Please add to the comment to distinguish from the
rlarocque 2012/02/08 23:49:44 Done, with slightly different text. I wanted to m
+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
« chrome/chrome_browser.gypi ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698