Home | History | Annotate | Download | only in debug

Lines Matching refs:int64

15   int64 animation_frame_count;
16 int64 screen_frame_count;
17 int64 dropped_frame_count;
24 int64 total_commit_count;
25 int64 total_pixels_painted;
26 int64 total_pixels_recorded;
27 int64 total_pixels_rasterized;
28 int64 num_impl_thread_scrolls;
29 int64 num_main_thread_scrolls;
30 int64 num_layers_drawn;
31 int64 num_missing_tiles;
32 int64 total_deferred_image_decode_count;
33 int64 total_deferred_image_cache_hit_count;
34 int64 total_image_gathering_count;
35 int64 total_tiles_analyzed;
36 int64 solid_color_tiles_analyzed;
51 virtual void AddInt64(const char* name, int64 value) = 0;