CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/09/28 06:22:13
Modified files:
infrastructure/lib/DPB: Clock.pm Core.pm
Log message:
use Time::HiRes qw(time); only imports time into the current package.
For class hierarchies, it's simpler to just explicitly call the right
time.
This should yield *much* better timing precision, especially on fast
machines...
