OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
21
MicroBenchmark
::~
MicroBenchmark
() {}
23
bool
MicroBenchmark
::IsDone() const {
27
void
MicroBenchmark
::DidUpdateLayers(LayerTreeHost* host) {}
29
void
MicroBenchmark
::NotifyDone(scoped_ptr<base::Value> result) {
34
void
MicroBenchmark
::RunOnLayer(Layer* layer) {}
36
void
MicroBenchmark
::RunOnLayer(PictureLayer* layer) {}
38
bool
MicroBenchmark
::ProcessedForBenchmarkImpl() const
[
all
...]
micro_benchmark.h
23
class CC_EXPORT
MicroBenchmark
{
27
explicit
MicroBenchmark
(const DoneCallback& callback);
28
virtual ~
MicroBenchmark
();
Completed in 132 milliseconds