Lines Matching refs:frame_count
218 bucket->set_frame_count(bucket->frame_count() + entry.frameCount); in mergeProfileDataIntoProto()
249 bucket->set_frame_count(bucket->frame_count() + entry.frameCount); in mergeProfileDataIntoProto()
259 remaining -= it->frame_count(); in findPercentile()
270 totalGPUFrameCount += it->frame_count(); in findGPUPercentile()
275 remaining -= it->frame_count(); in findGPUPercentile()
310 dprintf(fd, " %dms=%d", it.render_millis(), it.frame_count()); in dumpAsTextToFd()
318 dprintf(fd, " %dms=%d", it.render_millis(), it.frame_count()); in dumpAsTextToFd()
417 bucket->set_frame_count(bucket->frame_count() + in mergeStat()
418 stat.histogram(bucketIndex).frame_count()); in mergeStat()
423 bucket->set_frame_count(bucket->frame_count() + in mergeStat()
424 stat.gpu_histogram(bucketIndex).frame_count()); in mergeStat()
507 (long long)bucket.frame_count()); in writeCpuHistogram()
527 (long long)bucket.frame_count()); in writeGpuHistogram()