OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MicroBenchmarkController
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/debug/
micro_benchmark_controller.h
24
class CC_EXPORT
MicroBenchmarkController
{
26
explicit
MicroBenchmarkController
(LayerTreeHost* host);
27
~
MicroBenchmarkController
();
44
DISALLOW_COPY_AND_ASSIGN(
MicroBenchmarkController
);
micro_benchmark_controller.cc
51
MicroBenchmarkController
::
MicroBenchmarkController
(LayerTreeHost* host)
57
MicroBenchmarkController
::~
MicroBenchmarkController
() {}
59
bool
MicroBenchmarkController
::ScheduleRun(
73
void
MicroBenchmarkController
::ScheduleImplBenchmarks(
89
void
MicroBenchmarkController
::DidUpdateLayers() {
100
void
MicroBenchmarkController
::CleanUpFinishedBenchmarks() {
/external/chromium_org/cc/test/
fake_layer_tree_host.h
46
MicroBenchmarkController
* GetMicroBenchmarkController() {
/external/chromium_org/cc/trees/
layer_tree_host.h
317
MicroBenchmarkController
micro_benchmark_controller_;
Completed in 124 milliseconds