One Hat Cyber Team
Your IP :
3.15.226.150
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
perl-Time-HiRes
/
View File Name :
README
Time::HiRes module: High resolution time, sleep, and alarm. Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers to implement time, sleep, and alarm that know about non-integral seconds. Note: the tests of this module are by definition time sensitive: under heavy loads the tests may fail. Reasonable relaxed criteria are being used for the tests but sometimes you may still see transient failures. Rerun the tests (make test) a couple of times, preferably with less load on the testing machine. Also, older versions of Perl do not support '-nolinenumbers' on the XSUBPP command, however, 5.004_03 requires it (on my box, anyway) since the #line generating code in XSUBPP appears to have problems with #ifdef'd .xs code. If xsubpp complains about usage when you do a make, look at the top of the Makefile.PL and comment out the "$XSOPT=" line. Or upgrade to a newer version of Perl. POD documentation is embedded. Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002 Douglas E. Wegscheid. Copyright (c) 2002, 2003, 2004, 2005 Jarkko Hietaniemi. All rights reserved. Copyright (C) 2011, 2012, 2013 Andrew Main (Zefram) <zefram@fysh.org> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.