Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
Dstats_util.h64 inline bool shouldKeepRandomSample(int samplingPercentage) { in shouldKeepRandomSample() function
/packages/modules/StatsD/statsd/src/metrics/
DGaugeMetricProducer.h88 shouldKeepRandomSample(mPullProbability); in isPullNeeded()
DGaugeMetricProducer.cpp444 if (!triggerPuller || !shouldKeepRandomSample(mPullProbability)) { in pullAndMatchEventsLocked()
590 !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()
DEventMetricProducer.cpp291 if (mSamplingPercentage < 100 && !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()