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

Unified Diff: chrome/common/stack_sampling_configuration.cc

Issue 2444573002: Stack sampling profiler: enable at 10% for GPU process on dev (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/stack_sampling_configuration.cc
diff --git a/chrome/common/stack_sampling_configuration.cc b/chrome/common/stack_sampling_configuration.cc
index 117bdcf66ddca3090605b63172a8f161634ef1a1..cecb07cfe547d12d2f8dc5f5c95d49befd064239 100644
--- a/chrome/common/stack_sampling_configuration.cc
+++ b/chrome/common/stack_sampling_configuration.cc
@@ -187,10 +187,10 @@ StackSamplingConfiguration::GenerateConfiguration() {
case version_info::Channel::DEV:
return ChooseConfiguration({
- { PROFILE_BROWSER_PROCESS, 100},
+ { PROFILE_BROWSER_PROCESS, 80},
{ PROFILE_GPU_PROCESS, 0},
- { PROFILE_BROWSER_AND_GPU_PROCESS, 0},
- { PROFILE_CONTROL, 0},
+ { PROFILE_BROWSER_AND_GPU_PROCESS, 10},
+ { PROFILE_CONTROL, 10},
{ PROFILE_DISABLED, 0}
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698