File: time.pl

package info (click to toggle)
pdl 1%3A2.3.2-0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,708 kB
  • ctags: 3,011
  • sloc: perl: 17,191; ansic: 7,697; fortran: 6,374; makefile: 61; sh: 59
file content (11 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
use blib ".";
use blib "../..";
use PDL;
# use PDL::Bench;
BEGIN{
require "Bench.pm";
PDL::Bench->import();
}


do_benchmark();