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

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: address comments 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/stack_sampling_configuration.h » ('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 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";
+
// 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.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/stack_sampling_configuration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698