OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rendering_stats_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/debug/
rendering_stats_instrumentation.cc
23
return
rendering_stats_
;
44
rendering_stats_
.animation_frame_count++;
52
rendering_stats_
.screen_frame_count = count;
60
rendering_stats_
.dropped_frame_count = count;
68
rendering_stats_
.total_commit_time += duration;
69
rendering_stats_
.total_commit_count++;
78
rendering_stats_
.total_paint_time += duration;
79
rendering_stats_
.total_pixels_painted += pixels;
88
rendering_stats_
.total_record_time += duration;
89
rendering_stats_
.total_pixels_recorded += pixels
[
all
...]
rendering_stats_instrumentation.h
64
RenderingStats
rendering_stats_
;
member in class:cc::RenderingStatsInstrumentation
/external/chromium_org/cc/resources/
raster_worker_pool.cc
62
rendering_stats_
(rendering_stats),
72
DCHECK(
rendering_stats_
);
79
base::TimeTicks start_time =
rendering_stats_
->StartRecording();
81
base::TimeDelta duration =
rendering_stats_
->EndRecording(start_time);
86
rendering_stats_
->AddAnalysisResult(duration, analysis_.is_solid_color);
132
if (
rendering_stats_
->record_rendering_stats()) {
136
rendering_stats_
->AddRaster(
190
RenderingStatsInstrumentation*
rendering_stats_
;
member in class:cc::__anon6532::RasterWorkerPoolTaskImpl
204
rendering_stats_
(rendering_stats),
212
base::TimeTicks start_time =
rendering_stats_
->StartRecording()
227
RenderingStatsInstrumentation*
rendering_stats_
;
member in class:cc::__anon6532::ImageDecodeWorkerPoolTaskImpl
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc
[
all
...]
render_widget_host_impl.h
918
BrowserRenderingStats
rendering_stats_
;
member in class:content::RenderWidgetHostImpl
[
all
...]
Completed in 364 milliseconds