Commit 2f2eefbe authored by Vlad Tsyrklevich's avatar Vlad Tsyrklevich Committed by Commit Bot

GWP-ASan: Update default sampling frequency

My current experiment indicates this is the best default parameter to
use in terms of performance versus crashes.

Bug: 896019
Change-Id: I59028eba3bc994970d49b031e547a078f9702ba0
Reviewed-on: https://chromium-review.googlesource.com/c/1389020Reviewed-by: default avatarVitaly Buka <vitalybuka@chromium.org>
Commit-Queue: Vitaly Buka <vitalybuka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618659}
parent bdc60d06
......@@ -29,7 +29,7 @@ const base::FeatureParam<int> kMaxAllocationsParam{&kGwpAsan, "MaxAllocations",
const base::FeatureParam<int> kTotalPagesParam{&kGwpAsan, "TotalPages", 128};
const base::FeatureParam<int> kAllocationSamplingParam{
&kGwpAsan, "AllocationSamplingFrequency", 128};
&kGwpAsan, "AllocationSamplingFrequency", 1000};
const base::FeatureParam<double> kProcessSamplingParam{
&kGwpAsan, "ProcessSamplingProbability", 1.0};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment