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

Unified Diff: chrome/browser/stack_sampling_configuration.cc

Issue 1631953002: Stack sampling profiler: increase enable rate to 50% (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 4 years, 11 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/browser/stack_sampling_configuration.cc
diff --git a/chrome/browser/stack_sampling_configuration.cc b/chrome/browser/stack_sampling_configuration.cc
index 20c959461f3499998d501e50c95231812b52465d..c5fc88b63c6e5ce7902a23b73d4d5b4e6e4bd1aa 100644
--- a/chrome/browser/stack_sampling_configuration.cc
+++ b/chrome/browser/stack_sampling_configuration.cc
@@ -133,9 +133,9 @@ StackSamplingConfiguration::GenerateConfiguration() {
// Generate a configuration according to the associated weights.
const Variation variations[] = {
- { PROFILE_10HZ, 15},
- { PROFILE_CONTROL, 15},
- { PROFILE_DISABLED, 70}
+ { PROFILE_10HZ, 50},
+ { PROFILE_CONTROL, 50},
+ { PROFILE_DISABLED, 0}
};
int total_weight = 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