use Time::HiRes qw( gettimeofday CLOCK_REALTIME); #clock_getres ); # my $precision_client = clock_getres( CLOCK_REALTIME ); use POSIX qw(CLOCKS_PER_SEC); my (undef, undef, $precision_client, undef, undef) = POSIX::times();