Searched refs:benchmark (Results 1 - 25 of 143) sorted by relevance

123456

/macosx-10.10.1/libdispatch-442.1.4/private/
H A DMakefile.am6 benchmark.h \
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dgetppid.c57 benchmark(void *tsd, result_t *res) function
H A Dlm_null_call.c41 * benchmark
44 * benchmark
166 benchmark(void *tsd, result_t *res) function
H A Dlmbench_openclose.c78 benchmark(void *tsd, result_t *res) function
H A Dlmbench_stat.c81 benchmark(void *tsd, result_t *res) function
H A Dgeekbench_stdlib_write.c41 * benchmark
44 * benchmark
200 benchmark(void *tsd, result_t *res) function
211 //(void) fprintf(stderr, "in to benchmark - optB = %i : ts_once = %i\n", lm_optB, ts->ts_once);
220 //(void) fprintf(stderr, "out of benchmark - optB = %i : ts_once = %i\n", lm_optB, ts->ts_once);
H A Dlmbench_fstat.c106 benchmark(void *tsd, result_t *res) function
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dgetpid.c54 benchmark(void *tsd, result_t *res) function
H A Dlongjmp.c32 * benchmark longjmp
52 benchmark(void *tsd, result_t *res) function
H A Dnop.c32 * silly nop benchmark to test infrastructure
52 benchmark(void *tsd, result_t *res) function
H A Dsetcontext.c51 benchmark(void *tsd, result_t *res) function
H A Dlrand48.c52 benchmark(void *tsd, result_t *res) function
H A Dsiglongjmp.c55 benchmark(void *tsd, result_t *res) function
H A Datomic.c56 benchmark(void *tsd, result_t *res) function
H A Dfcntl.c32 * benchmark fcntl getfl
87 benchmark(void *tsd, result_t *res) function
H A Dgetcontext.c54 benchmark(void *tsd, result_t *res) function
H A Drealpath.c73 benchmark(void *tsd, result_t *res) function
H A Drecurse.c88 benchmark(void *tsd, result_t *res) function
H A Dstat.c73 benchmark(void *tsd, result_t *res) function
H A Dstrtol.c48 benchmark(void *tsd, result_t *res) function
H A Dsystem.c76 benchmark(void *tsd, result_t *res) function
H A Dtime.c50 benchmark(void *tsd, result_t *res) function
H A Dtimes.c53 benchmark(void *tsd, result_t *res) function
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dreport.rb2 # YARV benchmark driver
6 require 'benchmark'
13 require 'benchmark'
26 def benchmark cmd method
38 benchmark prog
43 benchmark prog
H A Drun.rb2 # Ruby benchmark driver
5 require 'benchmark'
50 puts "** benchmark failure: #{e}"
55 def benchmark file, bin method
66 benchmark file, $ruby_program
73 r = benchmark file, $matzruby_program
117 puts "-- benchmark summary ---------------------------"

Completed in 90 milliseconds

123456