HomeSort by: relevance | last modified time | path
    Searched defs:benchmarks (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob_spec.py 31 help = 'Sub-folder with SPEC benchmarks (e.g. Programming/cpu2017/benchspec/CPU)')
40 benchmarks = os.listdir(args.location) variable
42 for b in sorted(benchmarks):
analyze_brprob_spec.py 31 help = 'Sub-folder with SPEC benchmarks (e.g. Programming/cpu2017/benchspec/CPU)')
40 benchmarks = os.listdir(args.location) variable
42 for b in sorted(benchmarks):
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob_spec.py 29 help = 'Sub-folder with SPEC benchmarks (e.g. Programming/cpu2017/benchspec/CPU)')
38 benchmarks = os.listdir(args.location) variable
40 for b in sorted(benchmarks):
analyze_brprob_spec.py 29 help = 'Sub-folder with SPEC benchmarks (e.g. Programming/cpu2017/benchspec/CPU)')
38 benchmarks = os.listdir(args.location) variable
40 for b in sorted(benchmarks):
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark.cc 55 "Print a list of benchmarks. This option overrides all other "
59 "A regular expression that specifies the set of benchmarks "
61 "string \"all\", all benchmarks linked into the binary are "
81 "repeated benchmarks. Affects all reporters.");
87 "displayed for repeated benchmarks. Unlike "
224 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks,
234 for (const BenchmarkInstance& benchmark : benchmarks) {
264 for (const auto& benchmark : benchmarks) {
351 spec = "."; // Regexp that matches all benchmarks
387 std::vector<internal::BenchmarkInstance> benchmarks; local
    [all...]
benchmark.cc 55 "Print a list of benchmarks. This option overrides all other "
59 "A regular expression that specifies the set of benchmarks "
61 "string \"all\", all benchmarks linked into the binary are "
81 "repeated benchmarks. Affects all reporters.");
87 "displayed for repeated benchmarks. Unlike "
224 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks,
234 for (const BenchmarkInstance& benchmark : benchmarks) {
264 for (const auto& benchmark : benchmarks) {
351 spec = "."; // Regexp that matches all benchmarks
387 std::vector<internal::BenchmarkInstance> benchmarks; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark.cc 53 "Print a list of benchmarks. This option overrides all other "
57 "A regular expression that specifies the set of benchmarks "
58 "to execute. If this flag is empty, no benchmarks are run. "
59 "If this flag is the string \"all\", all benchmarks linked "
78 "are reported for repeated benchmarks.");
389 void RunBenchmarks(const std::vector<Benchmark::Instance>& benchmarks,
399 for (const Benchmark::Instance& benchmark : benchmarks) {
428 for (const auto& benchmark : benchmarks) {
497 spec = "."; // Regexp that matches all benchmarks
533 std::vector<internal::Benchmark::Instance> benchmarks; local
    [all...]
benchmark.cc 53 "Print a list of benchmarks. This option overrides all other "
57 "A regular expression that specifies the set of benchmarks "
58 "to execute. If this flag is empty, no benchmarks are run. "
59 "If this flag is the string \"all\", all benchmarks linked "
78 "are reported for repeated benchmarks.");
389 void RunBenchmarks(const std::vector<Benchmark::Instance>& benchmarks,
399 for (const Benchmark::Instance& benchmark : benchmarks) {
428 for (const auto& benchmark : benchmarks) {
497 spec = "."; // Regexp that matches all benchmarks
533 std::vector<internal::Benchmark::Instance> benchmarks; local
    [all...]

Completed in 103 milliseconds