/external/eigen/bench/ |
D | benchmark_suite | 4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null 6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null 8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark… 10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/nu…
|
D | bench_unrolling | 9 …$CXX -O3 -I.. -DNDEBUG benchmark.cpp -DMATSIZE=$i -DEIGEN_UNROLLING_LIMIT=400 -o benchmark && tim… 10 …-DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benc…
|
D | README.txt | 2 This folder contains a couple of benchmark utities and Eigen benchmarks. 8 This script allows to run a benchmark on a set of different compilers/compiler options. 11 - the .cpp file of the benchmark
|
/external/v8/benchmarks/ |
D | README.txt | 4 This is the V8 benchmark suite: A collection of pure JavaScript 8 In addition to the benchmarks, the suite consists of the benchmark 10 benchmark files, and two benchmark runners: An HTML version (run.html) 17 For version 2 the crypto benchmark was fixed. Previously, the 22 are reset for each iteration of the benchmark. In addition, the size 35 Version 3 adds a new benchmark, RegExp. The RegExp benchmark is 48 The Splay benchmark is a newcomer in version 4. It manipulates a 53 removed from the RayTrace benchmark. This does not affect the running 54 of the benchmark. 61 the Object.prototype.inherits function in the DeltaBlue benchmark to [all …]
|
D | base.js | 49 function BenchmarkResult(benchmark, time) { argument 50 this.benchmark = benchmark; 171 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name); 201 BenchmarkSuite.prototype.RunSingleBenchmark = function(benchmark, data) { argument 206 benchmark.run(); 225 this.NotifyStep(new BenchmarkResult(benchmark, usec));
|
/external/expat/tests/benchmark/ |
D | benchmark.dsp | 1 # Microsoft Developer Studio Project File - Name="benchmark" - Package Owner=<4> 7 CFG=benchmark - Win32 Debug 11 !MESSAGE NMAKE /f "benchmark.mak". 16 !MESSAGE NMAKE /f "benchmark.mak" CFG="benchmark - Win32 Debug" 20 !MESSAGE "benchmark - Win32 Release" (based on "Win32 (x86) Console Application") 21 !MESSAGE "benchmark - Win32 Debug" (based on "Win32 (x86) Console Application") 31 !IF "$(CFG)" == "benchmark - Win32 Release" 54 !ELSEIF "$(CFG)" == "benchmark - Win32 Debug" 81 # Name "benchmark - Win32 Release" 82 # Name "benchmark - Win32 Debug" [all …]
|
D | benchmark.dsw | 6 Project: "benchmark"=.\benchmark.dsp - Package Owner=<4>
|
D | README.txt | 1 Use this benchmark command line utility as follows: 3 benchmark [-n] <file name> <buffer size> <# iterations>
|
/external/expat/ |
D | Makefile | 172 tests/benchmark/benchmark.o: tests/benchmark/benchmark.c 173 tests/benchmark/benchmark: tests/benchmark/benchmark.o $(LIBRARY) 174 $(LINK_EXE) tests/benchmark/benchmark.o $(LIBRARY) 176 run-benchmark: tests/benchmark/benchmark 177 tests/benchmark/benchmark -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
|
D | Makefile.in | 172 tests/benchmark/benchmark.@OBJEXT@: tests/benchmark/benchmark.c 173 tests/benchmark/benchmark: tests/benchmark/benchmark.@OBJEXT@ $(LIBRARY) 174 $(LINK_EXE) tests/benchmark/benchmark.@OBJEXT@ $(LIBRARY) 176 run-benchmark: tests/benchmark/benchmark 177 tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
|
D | MANIFEST | 108 tests/benchmark/README.txt 109 tests/benchmark/benchmark.c 110 tests/benchmark/benchmark.dsp 111 tests/benchmark/benchmark.dsw
|
/external/skia/tools/ |
D | bench_pictures_main.cpp | 224 sk_tools::PictureBenchmark& benchmark) { in run_single_benchmark() argument 252 benchmark.run(&picture); in run_single_benchmark() 263 sk_tools::PictureBenchmark* benchmark) { in parse_commandline() argument 519 benchmark->setTimersToShow(timerWall, truncatedTimerWall, timerCpu, in parse_commandline() 526 benchmark->setTimeIndividualTiles(true); in parse_commandline() 528 benchmark->setPrintMin(true); in parse_commandline() 533 benchmark->setLogPerIter(log); in parse_commandline() 630 if (benchmark->timeIndividualTiles()) { in parse_commandline() 718 if (benchmark->timeIndividualTiles()) { in parse_commandline() 743 benchmark->setRenderer(renderer); in parse_commandline() [all …]
|
/external/expat/amiga/ |
D | Makefile | 8 vpath %.c ../lib ../examples ../xmlwf ../tests ../tests/benchmark 27 clib2: clib2/libexpat.a clib2/xmlwf clib2/elements clib2/outline clib2/runtests clib2/benchmark 29 …lib: newlib/libexpat.a newlib/xmlwf newlib/elements newlib/outline newlib/runtests newlib/benchmark 31 library: libs/expat.library libs/xmlwf libs/elements libs/outline libs/runtests libs/benchmark 33 so: so/libexpat.so so/xmlwf so/elements so/outline so/runtests so/benchmark 146 clib2/benchmark: clib2/benchmark.o 149 clib2/benchmark.o: benchmark.c 210 newlib/benchmark: newlib/benchmark.o 213 newlib/benchmark.o: benchmark.c 275 libs/benchmark: libs/benchmark.o libs/launch.o [all …]
|
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 125 static void benchmark( llvm::TimerGroup &Group in benchmark() function 194 benchmark(Group, "Fast", createJSONText(10, 500)); in main() 197 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5)); in main() 198 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500)); in main() 199 benchmark(Group, "Large Values", createJSONText(MemoryLimitMB, 50000)); in main()
|
/external/expat/win32/ |
D | expat.iss | 60 Flags: ignoreversion; Source: tests\benchmark\*.c; DestDir: "{app}\Source\tests\benchmark" 61 Flags: ignoreversion; Source: tests\benchmark\*.ds*; DestDir: "{app}\Source\tests\benchmark" 62 Flags: ignoreversion; Source: tests\benchmark\README.txt; DestDir: "{app}\Source\tests\benchmark"
|
/external/valgrind/main/perf/ |
D | README | 4 For each benchmark, here is a brief description and notes about its 37 SPEC2000 benchmark. Not dominated by any code, the hottest 40 - Weaknesses: None, really, it's a good benchmark. 64 - Weaknesses None, really, it's a good benchmark.
|
/external/marisa-trie/v0_1_5/tools/ |
D | Makefile.am | 9 marisa_alpha-benchmark 25 marisa_alpha_benchmark_SOURCES = marisa_alpha-benchmark.cc cmdopt.c
|
D | marisa_alpha-benchmark.cc | 271 void benchmark(const std::vector<Key> &keys, int num_tries) { in benchmark() function 286 int benchmark(const char * const *args, std::size_t num_args) try { in benchmark() function 310 benchmark(keys, i); in benchmark() 424 return benchmark(cmdopt.argv + cmdopt.optind, cmdopt.argc - cmdopt.optind); in main()
|
/external/marisa-trie/tools/ |
D | Makefile.am | 7 marisa-benchmark \ 25 marisa_benchmark_SOURCES = marisa-benchmark.cc cmdopt.c
|
D | Makefile.in | 37 marisa-benchmark$(EXEEXT) marisa-find$(EXEEXT) \ 51 am_marisa_benchmark_OBJECTS = marisa-benchmark.$(OBJEXT) \ 193 marisa_benchmark_SOURCES = marisa-benchmark.cc cmdopt.c 266 marisa-benchmark$(EXEEXT): $(marisa_benchmark_OBJECTS) $(marisa_benchmark_DEPENDENCIES) 267 @rm -f marisa-benchmark$(EXEEXT) 289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marisa-benchmark.Po@am__quote@
|
D | marisa-benchmark.cc | 271 void benchmark(const std::vector<Key> &keys, int num_tries) { in benchmark() function 286 int benchmark(const char * const *args, std::size_t num_args) try { in benchmark() function 310 benchmark(keys, i); in benchmark() 424 return benchmark(cmdopt.argv + cmdopt.optind, cmdopt.argc - cmdopt.optind); in main()
|
/external/valgrind/main/docs/internals/ |
D | SPEC-notes.txt | 40 benchmark on SPEC CPU 2000, but in the "art" case it only 42 makes the benchmark loop forever.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
D | README.txt | 12 To use this benchmark, you'll need to run chrome with the the 14 the benchmark can clear idle connections and the cache.
|
/external/webkit/PerformanceTests/SunSpider/ |
D | TODO | 18 benchmark that isolates this) 33 popular browser, so results on this benchmark will tell you how much 68 category to the benchmark.
|
/external/linux-tools-perf/Documentation/ |
D | perf-bench.txt | 6 perf-bench - General framework for benchmark suites 15 This 'perf bench' command is general framework for benchmark suites.
|