Home
last modified time | relevance | path

Searched refs:RunMicroBenchmark (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/cc/layers/
Dpicture_layer.h40 virtual void RunMicroBenchmark(MicroBenchmark* benchmark) OVERRIDE;
Dpicture_layer_impl.h74 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark) OVERRIDE;
Dpicture_layer.cc159 void PictureLayer::RunMicroBenchmark(MicroBenchmark* benchmark) { in RunMicroBenchmark() function in cc::PictureLayer
Dlayer.h460 virtual void RunMicroBenchmark(MicroBenchmark* benchmark);
Dlayer_impl.h521 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark);
Dlayer.cc1186 void Layer::RunMicroBenchmark(MicroBenchmark* benchmark) { in RunMicroBenchmark() function in cc::Layer
Dpicture_layer_impl.cc1223 void PictureLayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { in RunMicroBenchmark() function in cc::PictureLayerImpl
Dlayer_impl.cc1402 void LayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { in RunMicroBenchmark() function in cc::LayerImpl
/external/chromium_org/cc/debug/
Drasterize_and_record_benchmark_impl.cc65 layer->RunMicroBenchmark(this); in Run()
Drasterize_and_record_benchmark.cc101 layer->RunMicroBenchmark(this); in Run()
Dpicture_record_benchmark.cc87 layer->RunMicroBenchmark(this); in Run()
/external/chromium_org/content/renderer/gpu/
Dgpu_benchmarking_extension.cc387 return v8::FunctionTemplate::New(isolate, RunMicroBenchmark); in GetNativeFunctionTemplate()
795 static void RunMicroBenchmark( in RunMicroBenchmark() function in content::GpuBenchmarkingWrapper