OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RenderingStatsInstrumentation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/debug/
rendering_stats_instrumentation.cc
10
scoped_ptr<
RenderingStatsInstrumentation
>
11
RenderingStatsInstrumentation
::Create() {
12
return make_scoped_ptr(new
RenderingStatsInstrumentation
());
15
RenderingStatsInstrumentation
::
RenderingStatsInstrumentation
()
19
RenderingStatsInstrumentation
::~
RenderingStatsInstrumentation
() {}
21
RenderingStats
RenderingStatsInstrumentation
::GetRenderingStats() {
31
void
RenderingStatsInstrumentation
::AccumulateAndClearMainThreadStats() {
36
void
RenderingStatsInstrumentation
::AccumulateAndClearImplThreadStats()
[
all
...]
rendering_stats_instrumentation.h
14
//
RenderingStatsInstrumentation
is shared among threads and manages conditional
16
class CC_EXPORT
RenderingStatsInstrumentation
{
18
static scoped_ptr<
RenderingStatsInstrumentation
> Create();
19
virtual ~
RenderingStatsInstrumentation
();
58
RenderingStatsInstrumentation
();
71
DISALLOW_COPY_AND_ASSIGN(
RenderingStatsInstrumentation
);
Completed in 459 milliseconds