Lines Matching refs:enumerator

27 void RenderingStats::EnumerateFields(Enumerator* enumerator) const {
28 enumerator->AddInt64("numAnimationFrames", animation_frame_count);
29 enumerator->AddInt64("numFramesSentToScreen", screen_frame_count);
30 enumerator->AddInt64("droppedFrameCount", dropped_frame_count);
31 enumerator->AddDouble("totalPaintTimeInSeconds",
33 enumerator->AddDouble("totalRecordTimeInSeconds",
35 enumerator->AddDouble("totalRasterizeTimeInSeconds",
37 enumerator->AddDouble(
40 enumerator->AddDouble("totalCommitTimeInSeconds",
42 enumerator->AddDouble("bestRasterizeTimeInSeconds",
44 enumerator->AddInt64("totalCommitCount", total_commit_count);
45 enumerator->AddInt64("totalPixelsPainted", total_pixels_painted);
46 enumerator->AddInt64("totalPixelsRecorded", total_pixels_recorded);
47 enumerator->AddInt64("totalPixelsRasterized", total_pixels_rasterized);
48 enumerator->AddInt64("numImplThreadScrolls", num_impl_thread_scrolls);
49 enumerator->AddInt64("numMainThreadScrolls", num_main_thread_scrolls);
50 enumerator->AddInt64("numLayersDrawn", num_layers_drawn);
51 enumerator->AddInt64("numMissingTiles", num_missing_tiles);
52 enumerator->AddInt64("totalDeferredImageDecodeCount",
54 enumerator->AddInt64("totalTilesAnalyzed", total_tiles_analyzed);
55 enumerator->AddInt64("solidColorTilesAnalyzed",
57 enumerator->AddInt64("totalDeferredImageCacheHitCount",
59 enumerator->AddInt64("totalImageGatheringCount",
61 enumerator->AddDouble("totalDeferredImageDecodeTimeInSeconds",
63 enumerator->AddDouble("totalImageGatheringTimeInSeconds",
65 enumerator->AddDouble("totalTileAnalysisTimeInSeconds",