Searched defs:RunMicroBenchmark (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_layer.cc208 void PictureLayer::RunMicroBenchmark(MicroBenchmark* benchmark) { function in class:cc::PictureLayer
H A Dlayer.cc1234 void Layer::RunMicroBenchmark(MicroBenchmark* benchmark) { function in class:cc::Layer
H A Dlayer_impl.cc1548 void LayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { function in class:cc::LayerImpl
H A Dpicture_layer_impl.cc1494 void PictureLayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { function in class:cc::PictureLayerImpl
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc328 " native function RunMicroBenchmark();"
329 " return RunMicroBenchmark(name, callback, arguments);"
368 if (name->Equals(v8::String::NewFromUtf8(isolate, "RunMicroBenchmark")))
369 return v8::FunctionTemplate::New(isolate, RunMicroBenchmark);
853 static void RunMicroBenchmark( function in class:content::GpuBenchmarkingWrapper

Completed in 3976 milliseconds