Searched refs:samplingPercentage (Results 1 – 1 of 1) sorted by relevance
62 inline bool shouldKeepRandomSample(int samplingPercentage) { in shouldKeepRandomSample() argument63 return (rand() % (100) + 1) <= samplingPercentage; in shouldKeepRandomSample()