OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
75
benchmarks_
.push_back(benchmark.Pass());
92
for (ScopedPtrVector<MicroBenchmark>::iterator it =
benchmarks_
.begin();
93
it !=
benchmarks_
.end();
103
for (ScopedPtrVector<MicroBenchmark>::iterator it =
benchmarks_
.begin();
104
it !=
benchmarks_
.end();
118
for (ScopedPtrVector<MicroBenchmark>::iterator it =
benchmarks_
.begin();
119
it !=
benchmarks_
.end();
129
benchmarks_
.erase(
130
benchmarks_
.partition(std::not1(IsDonePredicate())),
131
benchmarks_
.end())
[
all
...]
micro_benchmark_controller_impl.h
30
ScopedPtrVector<MicroBenchmarkImpl>
benchmarks_
;
member in class:cc::MicroBenchmarkControllerImpl
micro_benchmark_controller.h
45
ScopedPtrVector<MicroBenchmark>
benchmarks_
;
member in class:cc::MicroBenchmarkController
Completed in 3410 milliseconds