HomeSort by relevance Sort by last modified time
    Searched refs:RunMicroBenchmark (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/layers/
picture_layer.h 40 virtual void RunMicroBenchmark(MicroBenchmark* benchmark) OVERRIDE;
picture_layer.cc 206 void PictureLayer::RunMicroBenchmark(MicroBenchmark* benchmark) {
picture_layer_impl.h 127 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark) OVERRIDE;
layer.h 458 virtual void RunMicroBenchmark(MicroBenchmark* benchmark);
layer_impl.h 527 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark);
layer.cc     [all...]
layer_impl.cc     [all...]
picture_layer_impl.cc     [all...]
  /external/chromium_org/cc/debug/
invalidation_benchmark.cc 71 layer->RunMicroBenchmark(this);
picture_record_benchmark.cc 87 layer->RunMicroBenchmark(this);
rasterize_and_record_benchmark.cc 96 layer->RunMicroBenchmark(this);
rasterize_and_record_benchmark_impl.cc 140 layer->RunMicroBenchmark(this);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 325 "chrome.gpuBenchmarking.runMicroBenchmark ="
328 " 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(
    [all...]

Completed in 520 milliseconds