OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnittestOnlyBenchmarkImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/debug/
unittest_only_benchmark_impl.cc
12
UnittestOnlyBenchmarkImpl
::
UnittestOnlyBenchmarkImpl
(
18
UnittestOnlyBenchmarkImpl
::~
UnittestOnlyBenchmarkImpl
() {}
20
void
UnittestOnlyBenchmarkImpl
::DidCompleteCommit(LayerTreeHostImpl* host) {
unittest_only_benchmark_impl.h
19
class CC_EXPORT
UnittestOnlyBenchmarkImpl
: public MicroBenchmarkImpl {
21
UnittestOnlyBenchmarkImpl
(scoped_refptr<base::MessageLoopProxy> origin_loop,
24
virtual ~
UnittestOnlyBenchmarkImpl
();
Completed in 554 milliseconds