Lines Matching refs:Benchmark
33 C<Benchmark> or C<Devel::NYTProf> modules, or something similar, for this step,
123 comparative code in a file and running a C<Benchmark> test.
131 use Benchmark;
157 output by the C<Benchmark> module, to see which approach is the most effective.
161 Benchmark: timing 1000000 iterations of dereference, direct...
197 use Benchmark;
210 Benchmark: timing 1000000 iterations of sr, tr...
217 Check the C<Benchmark> docs for further useful techniques.
998 use Benchmark;
1019 Let's see what C<Benchmark> makes of this:
1022 Benchmark: timing 100000 iterations of constant, sub...
1044 use Benchmark;
1069 Benchmark: timing 100000 iterations of constant, sub...
1082 use Benchmark;
1146 Benchmark