Home
last modified time | relevance | path

Searched refs:shouldKeepRandomSample (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/
Dstats_util.h62 inline bool shouldKeepRandomSample(int samplingPercentage) { in shouldKeepRandomSample() function
/packages/modules/StatsD/statsd/src/metrics/
DGaugeMetricProducer.h86 shouldKeepRandomSample(mPullProbability); in isPullNeeded()
DGaugeMetricProducer.cpp406 if (!triggerPuller || !shouldKeepRandomSample(mPullProbability)) { in pullAndMatchEventsLocked()
557 !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()
DEventMetricProducer.cpp231 if (mSamplingPercentage < 100 && !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()