OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MicroBenchmarkImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/debug/
micro_benchmark_impl.cc
17
void RunCallback(const
MicroBenchmarkImpl
::DoneCallback& callback,
24
MicroBenchmarkImpl
::
MicroBenchmarkImpl
(
29
MicroBenchmarkImpl
::~
MicroBenchmarkImpl
() {}
31
bool
MicroBenchmarkImpl
::IsDone() const {
35
void
MicroBenchmarkImpl
::DidCompleteCommit(LayerTreeHostImpl* host) {}
37
void
MicroBenchmarkImpl
::NotifyDone(scoped_ptr<base::Value> result) {
44
void
MicroBenchmarkImpl
::RunOnLayer(LayerImpl* layer) {}
46
void
MicroBenchmarkImpl
::RunOnLayer(PictureLayerImpl* layer) {
[
all
...]
micro_benchmark_impl.h
22
class CC_EXPORT
MicroBenchmarkImpl
{
26
explicit
MicroBenchmarkImpl
(
29
virtual ~
MicroBenchmarkImpl
();
Completed in 140 milliseconds