Searched defs:Benchmark (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm1 package Benchmark; package
8 Benchmark - benchmark running times of Perl code
12 use Benchmark qw(:all) ;
57 use Benchmark ':hireswallclock';
61 The Benchmark module encapsulates a number of routines to help you
83 use Benchmark;
84 $t0 = new Benchmark;
86 $t1 = new Benchmark;
92 Enables or disable debugging by setting the C<$Benchmark::Debug> flag:
94 debug Benchmark
[all...]

Completed in 20 milliseconds