Home
last modified time | relevance | path

Searched refs:MicroBenchmarkController (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/debug/
Dmicro_benchmark_controller.cc51 MicroBenchmarkController::MicroBenchmarkController(LayerTreeHost* host) in MicroBenchmarkController() function in cc::MicroBenchmarkController
57 MicroBenchmarkController::~MicroBenchmarkController() {} in ~MicroBenchmarkController()
59 bool MicroBenchmarkController::ScheduleRun( in ScheduleRun()
73 void MicroBenchmarkController::ScheduleImplBenchmarks( in ScheduleImplBenchmarks()
89 void MicroBenchmarkController::DidUpdateLayers() { in DidUpdateLayers()
100 void MicroBenchmarkController::CleanUpFinishedBenchmarks() { in CleanUpFinishedBenchmarks()
Dmicro_benchmark_controller.h24 class CC_EXPORT MicroBenchmarkController {
26 explicit MicroBenchmarkController(LayerTreeHost* host);
27 ~MicroBenchmarkController();
44 DISALLOW_COPY_AND_ASSIGN(MicroBenchmarkController);
/external/chromium_org/cc/test/
Dfake_layer_tree_host.h46 MicroBenchmarkController* GetMicroBenchmarkController() { in GetMicroBenchmarkController()
/external/chromium_org/cc/trees/
Dlayer_tree_host.h317 MicroBenchmarkController micro_benchmark_controller_;