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