Home
last modified time | relevance | path

Searched refs:benchmark (Results 1 – 25 of 77) sorted by relevance

1234

/external/eigen/bench/
Dbenchmark_suite4 $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…
Dbench_unrolling9 …$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…
DREADME.txt2 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/
DREADME.txt4 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 …]
Dbase.js49 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/
Dbenchmark.dsp1 # 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 …]
Dbenchmark.dsw6 Project: "benchmark"=.\benchmark.dsp - Package Owner=<4>
DREADME.txt1 Use this benchmark command line utility as follows:
3 benchmark [-n] <file name> <buffer size> <# iterations>
/external/expat/
DMakefile172 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
DMakefile.in172 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
DMANIFEST108 tests/benchmark/README.txt
109 tests/benchmark/benchmark.c
110 tests/benchmark/benchmark.dsp
111 tests/benchmark/benchmark.dsw
/external/skia/tools/
Dbench_pictures_main.cpp224 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/
DMakefile8 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/
DYAMLBench.cpp125 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/
Dexpat.iss60 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/
DREADME4 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/
DMakefile.am9 marisa_alpha-benchmark
25 marisa_alpha_benchmark_SOURCES = marisa_alpha-benchmark.cc cmdopt.c
Dmarisa_alpha-benchmark.cc271 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/
DMakefile.am7 marisa-benchmark \
25 marisa_benchmark_SOURCES = marisa-benchmark.cc cmdopt.c
DMakefile.in37 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@
Dmarisa-benchmark.cc271 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/
DSPEC-notes.txt40 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/
DREADME.txt12 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/
DTODO18 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/
Dperf-bench.txt6 perf-bench - General framework for benchmark suites
15 This 'perf bench' command is general framework for benchmark suites.

1234