/freebsd/contrib/expat/tests/benchmark/ |
H A D | Makefile.am | 34 noinst_PROGRAMS = benchmark 36 benchmark_SOURCES = benchmark.c
|
H A D | Makefile.in | 122 noinst_PROGRAMS = benchmark$(EXEEXT) 123 subdir = tests/benchmark 147 am_benchmark_OBJECTS = benchmark.$(OBJEXT) 169 am__depfiles_remade = ./$(DEPDIR)/benchmark.Po 366 benchmark_SOURCES = benchmark.c 386 $(AUTOMAKE) --gnu tests/benchmark/Makefile 414 benchmark$(EXEEXT): $(benchmark_OBJECTS) $(benchmark_DEPENDENCIES) $(EXTRA_benchmark_DEPENDENCIES) 415 @rm -f benchmark$(EXEEXT) 424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark.Po@am__quote@ # am--include-marker 583 -rm -f ./$(DEPDIR)/benchmark.Po [all …]
|
H A D | README.txt | 1 Use this benchmark command line utility as follows: 3 benchmark [-n] <file name> <buffer size> <# iterations>
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | cpu-capacity.txt | 25 CPU capacities are obtained by running a suitable benchmark. This binding makes 26 no guarantees on the validity or suitability of any particular benchmark, the 29 * A "single-threaded" or CPU affine benchmark 30 * Divided by the running frequency of the CPU executing the benchmark 33 For the time being we however advise usage of the Dhrystone benchmark. What 36 CPU capacities are obtained by running the Dhrystone benchmark on each CPU at 38 by the frequency (in MHz) at which the benchmark has been run, so that
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | cpu-capacity.txt | 25 CPU capacities are obtained by running a suitable benchmark. This binding makes 26 no guarantees on the validity or suitability of any particular benchmark, the 29 * A "single-threaded" or CPU affine benchmark 30 * Divided by the running frequency of the CPU executing the benchmark 33 For the time being we however advise usage of the Dhrystone benchmark. What 36 CPU capacities are obtained by running the Dhrystone benchmark on each CPU at 38 by the frequency (in MHz) at which the benchmark has been run, so that
|
/freebsd/contrib/arm-optimized-routines/networking/test/ |
H A D | chksum.c | 132 benchmark(const uint8_t *base, in benchmark() function 362 benchmark(base, POOLSIZE, BLKSIZE, NUMOPS, CPUFREQ); in main() 371 benchmark(base, POOLSIZE, sizes[i], numops, CPUFREQ); in main()
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | README | 35 math/test/ - math test and benchmark related sources. 39 networking/test/ - networking test and benchmark related sources. 50 string/test/ - string test and benchmark related sources.
|
H A D | README.contributors | 31 benchmark code too.
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 64 - __ZSTD_NOBENCH__ : `zstd` cli will be compiled without its integrated benchmark module. 128 CLI includes in-memory compression benchmark module for zstd. 129 The benchmark is conducted using given filenames. The files are read into memory and joined togethe… 130 It makes benchmark more precise as it eliminates I/O overhead. 134 The benchmark measures ratio, compressed size, compression and decompression speed. 208 -b# : benchmark file(s), using # compression level (default: 3) 212 -S : output one benchmark result per input file (default: consolidated result)
|
H A D | zstd.1.md | 426 benchmark file(s) using compression level # 428 benchmark file(s) using multiple compression levels, from `-b#` to `-e#` (inclusive) 430 minimum evaluation time, in seconds (default: 3s), benchmark mode only
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 198 benchmarks on your end before submitting a PR. Of course, you will not be able to benchmark 213 Unfortunately, the most important aspect in being able to benchmark reliably is to have a stable 215 will typically not be stable enough to obtain reliable benchmark results. If you can get your 222 1. The most simple thing you can do to drastically improve the stability of your benchmark is 224 thumb, the smaller the change you are trying to measure, the more samples of benchmark runs 229 benchmark number, you might have more luck by taking the median. The mean is not robust to 231 benchmark achieved on each run since that is likely the fastest your process will be 241 address is directly by simply not including the first `n` iterations of your benchmark in 249 on Windows. You will get more stable benchmark results of you end those processes as well. 250 * If you have multiple cores, you can even run your benchmark on a reserved core to prevent [all …]
|
H A D | README.md | 37 using [lzbench], an open-source in-memory benchmark by @inikep 74 using [lzbench], an open-source in-memory benchmark by @inikep
|
H A D | CHANGELOG | 175 cli : -b -d command can now benchmark decompression on multiple files 188 misc: Extend largeNbDicts benchmark to compression 379 cli : new : hidden command `-S`, to benchmark multiple files while generating one result per file 463 cli : new : advanced benchmark command --priority=rt 547 Changed : -i# now selects benchmark time in second 619 New : benchmark mode can select directory as input
|
/freebsd/contrib/expat/tests/ |
H A D | Makefile.am | 34 SUBDIRS = . benchmark subdir
|
H A D | Makefile.in | 666 SUBDIRS = . benchmark
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 77 The benchmark is conducted using given filenames or synthetic data if filenames are not provided. 79 It makes benchmark more precise as it eliminates I/O overhead. 83 The benchmark tool can be compiled with `make zwrapbench` using [zlibWrapper/Makefile](Makefile).
|
/freebsd/tools/test/ |
H A D | README | 15 malloc A program to test and benchmark malloc().
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_instrument_bus.pod | 38 benchmark, either because oscillator counter or 'flush cache line' is
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-speed.pod.in | 51 If I<algo> is an AEAD cipher, then you can pass B<-aead> to benchmark a
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | index.rst | 76 Note that this is just a benchmark result of our environment.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | README.md | 41 # Defines if Libevent should build without the benchmark executables
|
H A D | CMakeLists.txt | 135 "Defines if libevent should build without the benchmark executables" OFF)
|
/freebsd/contrib/libevent/ |
H A D | README.md | 41 # Defines if Libevent should build without the benchmark executables
|
/freebsd/contrib/expat/ |
H A D | Changes | 216 #790 CMake: Build tests/benchmark/benchmark.c as well for 1028 #130 benchmark: Fix compilation for XML_UNICODE_WCHAR_T 1382 Added run-benchmark target to Makefile.in - relies on testdata module
|
H A D | configure.ac | 455 [tests/benchmark/Makefile]
|