Home
last modified time | relevance | path

Searched +refs:bench +refs:out (Results 1 – 25 of 4317) sorted by relevance

12345678910>>...173

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dbenchmark.cpp115 operator<<(std::ostream& out, const Benchmarker& bench) in operator <<() argument
145 out << std::string(bench.indent(), ' '); in operator <<()
147 out << Strutil::sprintf("%-16s: %s", bench.m_name, in operator <<()
150 out << Strutil::sprintf("%-16s: %6.1f %s (+/-%4.1f%s), ", bench.name(), in operator <<()
154 out << "unreliable"; in operator <<()
155 return out; in operator <<()
158 out << Strutil::sprintf("%6.1f %c/s", (1.0f / ratescale) / bench.avg(), in operator <<()
176 return out; in operator <<()
188 if (out) in timed_thread_wedge()
189 (*out) in timed_thread_wedge()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dbenchmark.cpp115 operator<<(std::ostream& out, const Benchmarker& bench) in operator <<() argument
145 out << std::string(bench.indent(), ' '); in operator <<()
147 out << Strutil::sprintf("%-16s: %s", bench.m_name, in operator <<()
150 out << Strutil::sprintf("%-16s: %6.1f %s (+/-%4.1f%s), ", bench.name(), in operator <<()
154 out << "unreliable"; in operator <<()
155 return out; in operator <<()
158 out << Strutil::sprintf("%6.1f %c/s", (1.0f / ratescale) / bench.avg(), in operator <<()
176 return out; in operator <<()
188 if (out) in timed_thread_wedge()
189 (*out) in timed_thread_wedge()
[all …]
/dports/devel/bison/bison-3.7.6/etc/
H A Dbench.pl.in173 my $bench;
275 print $out <<EOF;
298 print $out <<EOF;
318 print $out ";\n";
320 print $out <<EOF;
368 my ($out) = @_;
397 print $out <<EOF;
891 my %bench;
1271 my %bench =
1280 unless defined $bench{$bench};
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/bench/
H A Dbench_read.tcllib.man2 [manpage_begin bench::in n 0.1]
3 [see_also bench]
4 [see_also bench::out::csv]
5 [see_also bench::out::text]
18 [titledesc {bench::in - Reading benchmark results}]
22 [require bench::in [opt 0.1]]
46 [call [cmd ::bench::in::read] [arg file]]
53 [cmd_def bench::out::raw] Provided by package [package bench].
54 [cmd_def bench::out::csv] Provided by package [package bench::out::csv].
55 [cmd_def bench::out::text] Provided by package [package bench::out::text].
[all …]
H A Dbench_wcsv.tcllib.man2 [manpage_begin bench::out::csv n 0.1.2]
3 [see_also bench]
4 [see_also bench::out::text]
12 [titledesc {bench::out::csv - Formatting benchmark results as CSV}]
15 [require bench::out::csv [opt 0.1.2]]
24 go and read [term {bench - Processing benchmark suites}] instead.
30 to the formal [term {bench language specification}].
38 [call [cmd ::bench::out::csv] [arg bench_result]]
46 For other formatting styles see the packages [package bench] and
47 [package bench::out::text] which provide commands to format benchmark
[all …]
H A Dbench_wtext.tcllib.man2 [manpage_begin bench::out::text n 0.1.2]
3 [see_also bench]
4 [see_also bench::out::csv]
13 [titledesc {bench::out::text - Formatting benchmark results as human readable text}]
16 [require bench::out::text [opt 0.1.2]]
25 go and read [term {bench - Processing benchmark suites}] instead.
31 to the formal [term {bench language specification}].
39 [call [cmd ::bench::out::text] [arg bench_result]]
47 For other formatting styles see the packages [package bench] and
48 [package bench::out::csv] which provide commands to format benchmark
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/bench/
H A Dbench_read.tcllib.man2 [manpage_begin bench::in n 0.1]
3 [see_also bench]
4 [see_also bench::out::csv]
5 [see_also bench::out::text]
18 [titledesc {bench::in - Reading benchmark results}]
22 [require bench::in [opt 0.1]]
46 [call [cmd ::bench::in::read] [arg file]]
53 [cmd_def bench::out::raw] Provided by package [package bench].
54 [cmd_def bench::out::csv] Provided by package [package bench::out::csv].
55 [cmd_def bench::out::text] Provided by package [package bench::out::text].
[all …]
H A Dbench_wtext.tcllib.man2 [manpage_begin bench::out::text n 0.1.2]
3 [see_also bench]
4 [see_also bench::out::csv]
13 [titledesc {bench::out::text - Formatting benchmark results as human readable text}]
16 [require bench::out::text [opt 0.1.2]]
25 go and read [term {bench - Processing benchmark suites}] instead.
31 to the formal [term {bench language specification}].
39 [call [cmd ::bench::out::text] [arg bench_result]]
47 For other formatting styles see the packages [package bench] and
48 [package bench::out::csv] which provide commands to format benchmark
[all …]
H A Dbench_wcsv.tcllib.man2 [manpage_begin bench::out::csv n 0.1.2]
3 [see_also bench]
4 [see_also bench::out::text]
12 [titledesc {bench::out::csv - Formatting benchmark results as CSV}]
15 [require bench::out::csv [opt 0.1.2]]
24 go and read [term {bench - Processing benchmark suites}] instead.
30 to the formal [term {bench language specification}].
38 [call [cmd ::bench::out::csv] [arg bench_result]]
46 For other formatting styles see the packages [package bench] and
47 [package bench::out::text] which provide commands to format benchmark
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dchacha_poly_aead.cpp27 … std::vector<unsigned char> out(buffersize + CHACHA20_POLY1305_AEAD_AAD_LEN + POLY1305_TAGLEN, 0);
32 bench.batch(buffersize).unit("byte").run([&] {
34 …const bool crypt_ok_1 = aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.d…
41 …const bool crypt_ok_2 = aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.d…
98 bench.batch(in.size()).unit("byte").run([&] {
103 static void HASH_64BYTES(benchmark::Bench& bench)
105 HASH(bench, BUFFER_SIZE_TINY);
108 static void HASH_256BYTES(benchmark::Bench& bench)
110 HASH(bench, BUFFER_SIZE_SMALL);
113 static void HASH_1MB(benchmark::Bench& bench)
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dchacha_poly_aead.cpp27 … std::vector<unsigned char> out(buffersize + CHACHA20_POLY1305_AEAD_AAD_LEN + POLY1305_TAGLEN, 0); in CHACHA20_POLY1305_AEAD() local
32 bench.batch(buffersize).unit("byte").run([&] { in CHACHA20_POLY1305_AEAD()
34 …const bool crypt_ok_1 = aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.d… in CHACHA20_POLY1305_AEAD()
41 …const bool crypt_ok_2 = aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.d… in CHACHA20_POLY1305_AEAD()
98 bench.batch(in.size()).unit("byte").run([&] { in HASH()
103 static void HASH_64BYTES(benchmark::Bench& bench) in HASH_64BYTES() argument
105 HASH(bench, BUFFER_SIZE_TINY); in HASH_64BYTES()
108 static void HASH_256BYTES(benchmark::Bench& bench) in HASH_256BYTES() argument
110 HASH(bench, BUFFER_SIZE_SMALL); in HASH_256BYTES()
113 static void HASH_1MB(benchmark::Bench& bench) in HASH_1MB() argument
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dchacha_poly_aead.cpp27 … std::vector<unsigned char> out(buffersize + CHACHA20_POLY1305_AEAD_AAD_LEN + POLY1305_TAGLEN, 0); in CHACHA20_POLY1305_AEAD() local
32 bench.batch(buffersize).unit("byte").run([&] { in CHACHA20_POLY1305_AEAD()
34 …const bool crypt_ok_1 = aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.d… in CHACHA20_POLY1305_AEAD()
41 …const bool crypt_ok_2 = aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.d… in CHACHA20_POLY1305_AEAD()
98 bench.batch(in.size()).unit("byte").run([&] { in HASH()
103 static void HASH_64BYTES(benchmark::Bench& bench) in HASH_64BYTES() argument
105 HASH(bench, BUFFER_SIZE_TINY); in HASH_64BYTES()
108 static void HASH_256BYTES(benchmark::Bench& bench) in HASH_256BYTES() argument
110 HASH(bench, BUFFER_SIZE_SMALL); in HASH_256BYTES()
113 static void HASH_1MB(benchmark::Bench& bench) in HASH_1MB() argument
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/bench/
H A Dchacha_poly_aead.cpp27 … std::vector<unsigned char> out(buffersize + CHACHA20_POLY1305_AEAD_AAD_LEN + POLY1305_TAGLEN, 0); in CHACHA20_POLY1305_AEAD() local
32 bench.batch(buffersize).unit("byte").run([&] { in CHACHA20_POLY1305_AEAD()
34 …assert(aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.data(), buffersize… in CHACHA20_POLY1305_AEAD()
39 …assert(aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.data(), buffersize… in CHACHA20_POLY1305_AEAD()
95 bench.batch(in.size()).unit("byte").run([&] { in HASH()
100 static void HASH_64BYTES(benchmark::Bench& bench) in HASH_64BYTES() argument
102 HASH(bench, BUFFER_SIZE_TINY); in HASH_64BYTES()
105 static void HASH_256BYTES(benchmark::Bench& bench) in HASH_256BYTES() argument
107 HASH(bench, BUFFER_SIZE_SMALL); in HASH_256BYTES()
110 static void HASH_1MB(benchmark::Bench& bench) in HASH_1MB() argument
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/bench/
H A Dchacha_poly_aead.cpp27 … std::vector<unsigned char> out(buffersize + CHACHA20_POLY1305_AEAD_AAD_LEN + POLY1305_TAGLEN, 0); in CHACHA20_POLY1305_AEAD() local
32 bench.batch(buffersize).unit("byte").run([&] { in CHACHA20_POLY1305_AEAD()
34 …assert(aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.data(), buffersize… in CHACHA20_POLY1305_AEAD()
39 …assert(aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.data(), buffersize… in CHACHA20_POLY1305_AEAD()
95 bench.batch(in.size()).unit("byte").run([&] { in HASH()
100 static void HASH_64BYTES(benchmark::Bench& bench) in HASH_64BYTES() argument
102 HASH(bench, BUFFER_SIZE_TINY); in HASH_64BYTES()
105 static void HASH_256BYTES(benchmark::Bench& bench) in HASH_256BYTES() argument
107 HASH(bench, BUFFER_SIZE_SMALL); in HASH_256BYTES()
110 static void HASH_1MB(benchmark::Bench& bench) in HASH_1MB() argument
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/bench/
H A Dchacha_poly_aead.cpp27 … std::vector<unsigned char> out(buffersize + CHACHA20_POLY1305_AEAD_AAD_LEN + POLY1305_TAGLEN, 0); in CHACHA20_POLY1305_AEAD() local
32 bench.batch(buffersize).unit("byte").run([&] { in CHACHA20_POLY1305_AEAD()
34 …assert(aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.data(), buffersize… in CHACHA20_POLY1305_AEAD()
39 …assert(aead.Crypt(seqnr_payload, seqnr_aad, aad_pos, out.data(), out.size(), in.data(), buffersize… in CHACHA20_POLY1305_AEAD()
95 bench.batch(in.size()).unit("byte").run([&] { in HASH()
100 static void HASH_64BYTES(benchmark::Bench& bench) in HASH_64BYTES() argument
102 HASH(bench, BUFFER_SIZE_TINY); in HASH_64BYTES()
105 static void HASH_256BYTES(benchmark::Bench& bench) in HASH_256BYTES() argument
107 HASH(bench, BUFFER_SIZE_SMALL); in HASH_256BYTES()
110 static void HASH_1MB(benchmark::Bench& bench) in HASH_1MB() argument
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/bench/
H A Dbench_wcsv.md2 [//000000001]: # (bench::out::csv \- Benchmarking/Performance tools)
5 [//000000004]: # (bench::out::csv\(n\) 0\.1\.2 tcllib "Benchmarking/Performance tools")
16 bench::out::csv \- bench::out::csv \- Formatting benchmark results as CSV
41 package require bench::out::csv ?0\.1\.2?
43 [__::bench::out::csv__ *bench\_result*](#1)
51 and read *[bench \- Processing benchmark suites](bench\.md)* instead\.
54 *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from
59 - <a name='1'></a>__::bench::out::csv__ *bench\_result*
65 For other formatting styles see the packages __[bench](bench\.md)__
66 and __[bench::out::text](bench\_wtext\.md)__ which provide commands to
[all …]
H A Dbench_wtext.md2 [//000000001]: # (bench::out::text \- Benchmarking/Performance tools)
5 [//000000004]: # (bench::out::text\(n\) 0\.1\.2 tcllib "Benchmarking/Performance tools")
16 bench::out::text \- bench::out::text \- Formatting benchmark results as human
42 package require bench::out::text ?0\.1\.2?
44 [__::bench::out::text__ *bench\_result*](#1)
52 and read *[bench \- Processing benchmark suites](bench\.md)* instead\.
55 *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from
60 - <a name='1'></a>__::bench::out::text__ *bench\_result*
65 For other formatting styles see the packages __[bench](bench\.md)__
66 and __[bench::out::csv](bench\_wcsv\.md)__ which provide commands to
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/bench/
H A Dbench_wcsv.md2 [//000000001]: # (bench::out::csv \- Benchmarking/Performance tools)
5 [//000000004]: # (bench::out::csv\(n\) 0\.1\.2 tcllib "Benchmarking/Performance tools")
16 bench::out::csv \- bench::out::csv \- Formatting benchmark results as CSV
41 package require bench::out::csv ?0\.1\.2?
43 [__::bench::out::csv__ *bench\_result*](#1)
51 and read *[bench \- Processing benchmark suites](bench\.md)* instead\.
54 *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from
59 - <a name='1'></a>__::bench::out::csv__ *bench\_result*
65 For other formatting styles see the packages __[bench](bench\.md)__
66 and __[bench::out::text](bench\_wtext\.md)__ which provide commands to
[all …]
H A Dbench_wtext.md2 [//000000001]: # (bench::out::text \- Benchmarking/Performance tools)
5 [//000000004]: # (bench::out::text\(n\) 0\.1\.2 tcllib "Benchmarking/Performance tools")
16 bench::out::text \- bench::out::text \- Formatting benchmark results as human
42 package require bench::out::text ?0\.1\.2?
44 [__::bench::out::text__ *bench\_result*](#1)
52 and read *[bench \- Processing benchmark suites](bench\.md)* instead\.
55 *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from
60 - <a name='1'></a>__::bench::out::text__ *bench\_result*
65 For other formatting styles see the packages __[bench](bench\.md)__
66 and __[bench::out::csv](bench\_wcsv\.md)__ which provide commands to
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/benchmarked/
H A Dbenchmark.sh2 go version | tee bench.out
3 go test -bench=. "$@" | tee -a bench.out
4 head -5 bench.out > sorted.out
5 grep 'ns/op' bench.out | sort -r -n -k3 >> sorted.out
6 tail -2 bench.out >> sorted.out
7 cat sorted.out
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/benchmarked/benchmarked-0.3.0/
H A Dbenchmark.sh2 go version | tee bench.out
3 go test -bench=. "$@" | tee -a bench.out
4 head -5 bench.out > sorted.out
5 grep 'ns/op' bench.out | sort -r -n -k3 >> sorted.out
6 tail -2 bench.out >> sorted.out
7 cat sorted.out
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/xyproto/benchmarked/
H A Dbenchmark.sh2 go version | tee bench.out
3 go test -bench=. "$@" | tee -a bench.out
4 head -5 bench.out > sorted.out
5 grep 'ns/op' bench.out | sort -r -n -k3 >> sorted.out
6 tail -2 bench.out >> sorted.out
7 cat sorted.out
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/textoutput-1.12.10/vendor/github.com/xyproto/benchmarked/
H A Dbenchmark.sh2 go version | tee bench.out
3 go test -bench=. "$@" | tee -a bench.out
4 head -5 bench.out > sorted.out
5 grep 'ns/op' bench.out | sort -r -n -k3 >> sorted.out
6 tail -2 bench.out >> sorted.out
7 cat sorted.out
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/vt100/vt100-1.9.9/vendor/github.com/xyproto/benchmarked/
H A Dbenchmark.sh2 go version | tee bench.out
3 go test -bench=. "$@" | tee -a bench.out
4 head -5 bench.out > sorted.out
5 grep 'ns/op' bench.out | sort -r -n -k3 >> sorted.out
6 tail -2 bench.out >> sorted.out
7 cat sorted.out
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/
H A DMakefile16 all: out/bench-variant out/unique_ptr_test out/unique_ptr_test out/recursive_wrapper_test out/binar…
30 out/bench-variant-debug: Makefile mason_packages test/bench_variant.cpp
32 …$(CXX) -o out/bench-variant-debug test/bench_variant.cpp -I./include -Itest/include -pthreads $(DE…
34 out/bench-variant: Makefile mason_packages test/bench_variant.cpp
36 …$(CXX) -o out/bench-variant test/bench_variant.cpp -I./include -Itest/include $(RELEASE_FLAGS) $(C…
58 bench: out/bench-variant out/unique_ptr_test out/unique_ptr_test out/recursive_wrapper_test out/bin… target
59 ./out/bench-variant 100000
90 profile: out/bench-variant-debug
93 iprofiler -timeprofiler -d profiling/ ./out/bench-variant-debug 500000
105 …$(CXX) -o out/bench-variant test/bench_variant.cpp -I./include $(RELEASE_FLAGS) $(COMMON_FLAGS) $(…
[all …]

12345678910>>...173