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

Unified Diff: chrome/browser/stack_sampling_configuration.cc

Issue 1465273002: Stack sampling profiler: remove RUNTIME_FUNCTION sanity check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: make variations add to 100 Created 5 years, 1 month 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 | « base/profiler/win32_stack_frame_unwinder_unittest.cc ('k') | 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 c5fc88b63c6e5ce7902a23b73d4d5b4e6e4bd1aa..20c959461f3499998d501e50c95231812b52465d 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, 50},
- { PROFILE_CONTROL, 50},
- { PROFILE_DISABLED, 0}
+ { PROFILE_10HZ, 15},
+ { PROFILE_CONTROL, 15},
+ { PROFILE_DISABLED, 70}
};
int total_weight = 0;
« no previous file with comments | « base/profiler/win32_stack_frame_unwinder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698