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