OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recorded_pixel_count
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/debug/
rendering_stats.cc
32
: frame_count(0), painted_pixel_count(0),
recorded_pixel_count
(0) {
46
record_data->SetInteger("
recorded_pixel_count
",
recorded_pixel_count
);
56
recorded_pixel_count
+= other.
recorded_pixel_count
;
rendering_stats.h
43
int64
recorded_pixel_count
;
member in struct:cc::RenderingStats::MainThreadRenderingStats
rendering_stats_instrumentation.cc
103
main_thread_rendering_stats_.
recorded_pixel_count
+= pixels;
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py
91
'
recorded_pixel_count
': 3000*3000 }
115
ref_stats.recorded_pixel_counts[-1].append(data['
recorded_pixel_count
'])
rendering_stats.py
235
self.recorded_pixel_counts[-1].append(data['
recorded_pixel_count
'])
/external/chromium_org/cc/resources/
picture_pile.cc
525
int
recorded_pixel_count
=
local
527
stats_instrumentation->AddRecord(best_duration,
recorded_pixel_count
);
Completed in 251 milliseconds