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

/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller.h24 class CC_EXPORT MicroBenchmarkController { class in namespace:cc
26 explicit MicroBenchmarkController(LayerTreeHost* host);
27 ~MicroBenchmarkController();
49 DISALLOW_COPY_AND_ASSIGN(MicroBenchmarkController);
H A Dmicro_benchmark_controller.cc22 int MicroBenchmarkController::next_id_ = 1;
58 MicroBenchmarkController::MicroBenchmarkController(LayerTreeHost* host) function in class:cc::MicroBenchmarkController
64 MicroBenchmarkController::~MicroBenchmarkController() {}
66 int MicroBenchmarkController::ScheduleRun(
82 int MicroBenchmarkController::GetNextIdAndIncrement() {
90 bool MicroBenchmarkController::SendMessage(int id,
101 void MicroBenchmarkController::ScheduleImplBenchmarks(
117 void MicroBenchmarkController
[all...]
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h48 MicroBenchmarkController* GetMicroBenchmarkController() {
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h309 MicroBenchmarkController micro_benchmark_controller_;

Completed in 193 milliseconds