Help for this page

Select Code to Download


  1. or download this
    # rtoa-pgatram-mce.pl
    # Example run: perl rtoa-pgatram-mce.pl t1.txt >mce.tmp
    ...
    my $tstart = time;
    roman_to_arabic(\@rtoa_files);
    warn sprintf("time %0.03f secs\n", time - $tstart);
    
  2. or download this
    # captured UNIX time
    C++ 1.0          : 0.450s
    ...
    real    0m0.192s
    user    0m7.596s
    sys     0m0.420s