Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
       print "counter: ", $cntr, "\n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
       print "counter: ", $cntr, "\n";
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
    
       print "counter: ", $cntr->get, "\n";
    }
    
  4. or download this
    time in seconds  :  FreeBSD  Linux  Mac OSX
    
    ...
    mce_shared_oo.pl :   0.38    0.73    0.41
    
    counter: 20000
    
  5. or download this
    time in seconds  :  FreeBSD  Linux  Mac OSX
    
    ...
    mce_shared_oo.pl :   0.19    0.17    0.16
    
    counter: 20000