Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
Dstats_util.h62 inline bool shouldKeepRandomSample(int samplingPercentage) { in shouldKeepRandomSample() argument
63 return (rand() % (100) + 1) <= samplingPercentage; in shouldKeepRandomSample()