Searched refs:benchmark (Results 76 - 100 of 151) sorted by relevance

1234567

/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dwrite.c131 benchmark(void *tsd, result_t *res) function
H A Dgetpeername.c146 benchmark(void *tsd, result_t *res) function
H A Dmemcpy.c122 benchmark(void *tsd, result_t *res) function
H A Dmemmove.c122 benchmark(void *tsd, result_t *res) function
H A Dmsync.c144 benchmark(void *tsd, result_t *res) function
H A Dmutex.c167 benchmark(void *tsd, result_t *res) function
H A Dpthread_create.c124 benchmark(void *tsd, result_t *res) function
H A Dstrcasecmp.c110 benchmark(void *tsd, result_t *res) function
H A Dstrchr.c109 benchmark(void *tsd, result_t *res) function
H A Dstrcmp.c108 benchmark(void *tsd, result_t *res) function
H A Dstrcpy.c106 benchmark(void *tsd, result_t *res) function
H A Dstrftime.c108 benchmark(void *tsd, result_t *res) function
H A Dstrlen.c108 benchmark(void *tsd, result_t *res) function
H A Dwritev.c126 benchmark(void *tsd, result_t *res) function
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dbenchmark.rb2 # benchmark.rb - a performance benchmarking library
4 # $Id: benchmark.rb 36427 2012-07-18 03:56:58Z naruse $
24 # require 'benchmark'
38 # require 'benchmark'
56 # require 'benchmark'
79 # require 'benchmark'
101 # using the #benchmark method:
103 # require 'benchmark'
107 # Benchmark.benchmark(CAPTION, 7, FORMAT, ">total:", ">avg:") do |x|
129 # benchmark test
166 def benchmark(caption = "", label_width = nil, format = nil, *labels) # :yield: report method in class:Benchmark
[all...]
/macosx-10.9.5/ruby-104/ruby/test/benchmark/
H A Dtest_benchmark.rb2 require 'benchmark'
73 describe 'benchmark' do
75 capture_bench_output(:benchmark).must_equal <<-BENCH
82 it 'makes extra calcultations with an Array at the end of the benchmark and show the result' do
83 capture_bench_output(:benchmark,
123 it 'can make extra calcultations with an array at the end of the benchmark' do
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dtrivial.c41 * benchmark
44 * benchmark
194 benchmark(void *tsd, result_t *res) function
204 debug("in to benchmark - optB = %i : ts_once = %i\n", lm_optB, ts->ts_once);
212 debug("out of benchmark - optB = %i : ts_once = %i\n", lm_optB, ts->ts_once);
H A Dgetaddrinfo_host.c53 // libMicro default benchmark run options are "-E -L -S -W -C 200"
55 // -B is batch size: loop iteration per each benchmark run. Needs to match # of
57 // -C is min sample number: how many benchmark needs to run to get proper sample
58 // 1 is mimumum, but you get at least 3 benchmark run
161 // Initialize all structures that will be used in benchmark()
195 benchmark(void *tsd, result_t *res) function
202 debug("in to benchmark - optB = %i", lm_optB);
H A Dgetgrgid.c53 // libMicro default benchmark run options are "-E -L -S -W -C 200"
55 // -B is batch size: loop iteration per each benchmark run. Needs to match # of
57 // -C is min sample number: how many benchmark needs to run to get proper sample
58 // 1 is mimumum, but you get at least 3 benchmark run
150 // Initialize all structures that will be used in benchmark()
163 benchmark(void *tsd, result_t *res) function
170 debug("in to benchmark - optB = %i", lm_optB);
H A Dgetgrnam.c53 // libMicro default benchmark run options are "-E -L -S -W -C 200"
55 // -B is batch size: loop iteration per each benchmark run. Needs to match # of
57 // -C is min sample number: how many benchmark needs to run to get proper sample
58 // 1 is mimumum, but you get at least 3 benchmark run
131 // Initialize all structures that will be used in benchmark()
142 // create an array of usernames to use in benchmark before their use
143 // realtime generation in benchmark effects performance measurements
160 benchmark(void *tsd, result_t *res) function
167 debug("in to benchmark - optB = %i", lm_optB);
H A Dgetpwnam.c54 // libMicro default benchmark run options are "-E -L -S -W -C 200"
56 // -B is batch size: loop iteration per each benchmark run. Needs to match # of
58 // -C is min sample number: how many benchmark needs to run to get proper sample
59 // 1 is mimumum, but you get at least 3 benchmark run
68 // lookup in each benchmark. If -r size is smaller than -B,
152 // Initialize all structures that will be used in benchmark()
170 // if batch size (one benchmark run) is less than the number records, adjust
174 debug("Adjusting batch size to %d to match the lookups required in benchmark run\n", lm_optB);
177 // create an array of usernames to use in benchmark before their use
178 // realtime generation in benchmark effect
195 benchmark(void *tsd, result_t *res) function
[all...]
H A Dgetpwuid.c52 // libMicro default benchmark run options are "-E -L -S -W -C 200"
54 // -B is batch size: loop iteration per each benchmark run. Needs to match # of
56 // -C is min sample number: how many benchmark needs to run to get proper sample
57 // 1 is mimumum, but you get at least 3 benchmark run
164 // Initialize all structures that will be used in benchmark()
189 benchmark(void *tsd, result_t *res) function
196 debug("in to benchmark - optB = %i", lm_optB);
H A Dlmbench_lat_sig_prot.c41 * benchmark
44 * benchmark
261 benchmark(void *tsd, result_t *res) function
271 (void) fprintf(stderr, "benchmark: lm_optB = %i\n",lm_optB);
/macosx-10.9.5/libdispatch-339.92.1/private/
H A Dprivate.h54 #include <dispatch/benchmark.h>
/macosx-10.9.5/ruby-104/ruby/tool/
H A Deval.rb66 exec_cmd("make benchmark OPT=-y ITEMS=#{ENV['ITEMS']} > ../b#{idx}-#{count}")
91 if /benchmark summary/ =~ line

Completed in 232 milliseconds

1234567