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

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: . 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 6f11aadb513d30e723ef612ff0eb70bc21ef8178..47f95fc9da5b388d085de0bbcdefe690fae9f58a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -934,6 +934,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";
+
// 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