OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:benchmarks_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/debug/
micro_benchmark_controller_impl.cc
39
benchmarks_
.push_back(benchmark.Pass());
43
for (ScopedPtrVector<MicroBenchmarkImpl>::iterator it =
benchmarks_
.begin();
44
it !=
benchmarks_
.end();
54
benchmarks_
.erase(
55
benchmarks_
.partition(std::not1(IsDonePredicate())),
56
benchmarks_
.end());
micro_benchmark_controller.cc
66
benchmarks_
.push_back(benchmark.Pass());
75
for (ScopedPtrVector<MicroBenchmark>::iterator it =
benchmarks_
.begin();
76
it !=
benchmarks_
.end();
90
for (ScopedPtrVector<MicroBenchmark>::iterator it =
benchmarks_
.begin();
91
it !=
benchmarks_
.end();
101
benchmarks_
.erase(
102
benchmarks_
.partition(std::not1(IsDonePredicate())),
103
benchmarks_
.end());
micro_benchmark_controller_impl.h
30
ScopedPtrVector<MicroBenchmarkImpl>
benchmarks_
;
member in class:cc::MicroBenchmarkControllerImpl
micro_benchmark_controller.h
41
ScopedPtrVector<MicroBenchmark>
benchmarks_
;
member in class:cc::MicroBenchmarkController
Completed in 42 milliseconds