Searched refs:bucketIndex (Results 1 – 1 of 1) sorted by relevance
69 int bucketIndex = (int) ((result - minComputeTimeSec) / mTimeFreqStepSec); in LatencyResult() local70 mTimeFreqSec[bucketIndex] += 1; in LatencyResult()