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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2131293002: Make all tests profilable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/profiling.cc » ('j') | 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 cb94ef8f76f38af3bc462dcdd65f4d8fded8c2ba..36d302302c40177a80717f11d0ad886e9502c736 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -846,15 +846,6 @@ const char kProfileDirectory[] = "profile-directory";
// The output will go to the value of kProfilingFile.
const char kProfilingAtStart[] = "profiling-at-start";
-// Specifies a location for profiling output. This will only work if chrome has
-// been built with the gyp variable profiling=1.
-//
-// {pid} if present will be replaced by the pid of the process.
-// {count} if present will be incremented each time a profile is generated
-// for this process.
-// The default is chrome-profile-{pid}.
-const char kProfilingFile[] = "profiling-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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/profiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698