Searched defs:benchmark (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp125 static void benchmark( llvm::TimerGroup &Group function
193 llvm::TimerGroup Group("YAML parser benchmark");
194 benchmark(Group, "Fast", createJSONText(10, 500));
196 llvm::TimerGroup Group("YAML parser benchmark");
197 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5));
198 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500));
199 benchmark(Group, "Large Values", createJSONText(MemoryLimitMB, 50000));
/external/marisa-trie/tools/
H A Dmarisa-benchmark.cc271 void benchmark(const std::vector<Key> &keys, int num_tries) { function in namespace:__anon10189
286 int benchmark(const char * const *args, std::size_t num_args) try { function in namespace:__anon10189
310 benchmark(keys, i);
424 return benchmark(cmdopt.argv + cmdopt.optind, cmdopt.argc - cmdopt.optind);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-benchmark.cc271 void benchmark(const std::vector<Key> &keys, int num_tries) { function in namespace:__anon10202
286 int benchmark(const char * const *args, std::size_t num_args) try { function in namespace:__anon10202
310 benchmark(keys, i);
424 return benchmark(cmdopt.argv + cmdopt.optind, cmdopt.argc - cmdopt.optind);
/external/skia/tools/
H A Dbench_pictures_main.cpp224 sk_tools::PictureBenchmark& benchmark) {
252 benchmark.run(&picture);
263 sk_tools::PictureBenchmark* benchmark) {
519 benchmark->setTimersToShow(timerWall, truncatedTimerWall, timerCpu,
526 benchmark->setTimeIndividualTiles(true);
528 benchmark->setPrintMin(true);
533 benchmark->setLogPerIter(log);
630 if (benchmark->timeIndividualTiles()) {
718 if (benchmark->timeIndividualTiles()) {
743 benchmark
223 run_single_benchmark(const SkString& inputPath, sk_tools::PictureBenchmark& benchmark) argument
262 parse_commandline(int argc, char* const argv[], SkTArray<SkString>* inputs, sk_tools::PictureBenchmark* benchmark) argument
751 process_input(const SkString& input, sk_tools::PictureBenchmark& benchmark) argument
784 sk_tools::PictureBenchmark benchmark; local
[all...]

Completed in 317 milliseconds