Searched refs:kSlowFrameBucketIntervalMs (Results 1 – 1 of 1) sorted by relevance
37 static const uint32_t kSlowFrameBucketIntervalMs = 50; variable77 return (index * kSlowFrameBucketIntervalMs) + kSlowFrameBucketStartMs; in frameTimeForSlowFrameCountIndex()128 return (i * kSlowFrameBucketIntervalMs) + kSlowFrameBucketStartMs; in findPercentile()155 framebucket = (ns2ms(duration) - kSlowFrameBucketStartMs) / kSlowFrameBucketIntervalMs; in reportFrame()