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