OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MicroBenchmarkControllerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/debug/
micro_benchmark_controller_impl.h
17
class CC_EXPORT
MicroBenchmarkControllerImpl
{
19
explicit
MicroBenchmarkControllerImpl
(LayerTreeHostImpl* host);
20
~
MicroBenchmarkControllerImpl
();
32
DISALLOW_COPY_AND_ASSIGN(
MicroBenchmarkControllerImpl
);
micro_benchmark_controller_impl.cc
29
MicroBenchmarkControllerImpl
::
MicroBenchmarkControllerImpl
(
35
MicroBenchmarkControllerImpl
::~
MicroBenchmarkControllerImpl
() {}
37
void
MicroBenchmarkControllerImpl
::ScheduleRun(
42
void
MicroBenchmarkControllerImpl
::DidCompleteCommit() {
53
void
MicroBenchmarkControllerImpl
::CleanUpFinishedBenchmarks() {
Completed in 299 milliseconds