HomeSort by relevance Sort by last modified time
    Searched defs:MicroBenchmark (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/debug/
micro_benchmark.cc 16 MicroBenchmark::MicroBenchmark(const DoneCallback& callback)
23 MicroBenchmark::~MicroBenchmark() {}
25 bool MicroBenchmark::IsDone() const {
29 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {}
31 void MicroBenchmark::NotifyDone(scoped_ptr<base::Value> result) {
36 void MicroBenchmark::RunOnLayer(Layer* layer) {}
38 void MicroBenchmark::RunOnLayer(PictureLayer* layer) {}
40 bool MicroBenchmark::ProcessMessage(scoped_ptr<base::Value> value)
    [all...]
micro_benchmark.h 23 class CC_EXPORT MicroBenchmark {
27 explicit MicroBenchmark(const DoneCallback& callback);
28 virtual ~MicroBenchmark();

Completed in 55 milliseconds