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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2360143006: Stack sampling profiler: run the profiler in the GPU process on trunk builds (Closed)
Patch Set: rebase Created 4 years, 3 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 61fdcde83e8ad1fb92389654ef7fdc84a694fa7c..10ca4e036211b64a8fcbf1d842407563b2a28bd4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -932,6 +932,9 @@ const char kSSLKeyLogFile[] = "ssl-key-log-file";
// Starts the browser maximized, regardless of any previous settings.
const char kStartMaximized[] = "start-maximized";
+// Starts the stack sampling profiler in the child process.
+const char kStartStackProfiler[] = "start-stack-profiler";
Lei Zhang 2016/09/30 01:00:32 Is this a permanent-ish command line switch?
Mike Wittman 2016/09/30 02:13:27 Yes.
+
// Sets the supervised user ID for any loaded or newly created profile to the
// given value. Pass an empty string to mark the profile as non-supervised.
// Used for testing.

Powered by Google App Engine
This is Rietveld 408576698