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..31eae2e3f8f5e967ce84432d537afc868d9f762b 100644 |
--- a/chrome/browser/stack_sampling_configuration.cc |
+++ b/chrome/browser/stack_sampling_configuration.cc |
@@ -133,8 +133,8 @@ StackSamplingConfiguration::GenerateConfiguration() { |
// Generate a configuration according to the associated weights. |
const Variation variations[] = { |
- { PROFILE_10HZ, 50}, |
- { PROFILE_CONTROL, 50}, |
+ { PROFILE_10HZ, 15}, |
+ { PROFILE_CONTROL, 15}, |
{ PROFILE_DISABLED, 0} |
}; |