• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fallback/H10-Aug-2020-791775

hints/H10-Aug-2020-6034

t/H10-Aug-2020-1,148976

ChangesH A D10-Aug-202048.7 KiB1,2361,048

HiRes.pmH A D10-Aug-202025.1 KiB68290

HiRes.xsH A D10-Aug-202048.1 KiB1,7361,366

MANIFESTH A D16-Feb-20191.5 KiB3534

META.jsonH A D10-Aug-20201.4 KiB6059

META.ymlH A D10-Aug-2020870 3635

Makefile.PLH A D10-Aug-202029.5 KiB1,063936

READMEH A D16-Feb-20191.3 KiB2920

TODOH A D16-Feb-2019200 85

ppport.hH A D10-Aug-2020194.9 KiB7,9133,383

typemapH A D10-Aug-20208.2 KiB320316

README

1Time::HiRes module: High resolution time, sleep, and alarm.
2
3Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
4to implement time, sleep, and alarm that know about non-integral seconds.
5
6Note: the tests of this module are by definition time sensitive: under
7heavy loads the tests may fail.  Reasonable relaxed criteria are being
8used for the tests but sometimes you may still see transient failures.
9Rerun the tests (make test) a couple of times, preferably with less
10load on the testing machine.
11
12Also, older versions of Perl do not support '-nolinenumbers' on the XSUBPP
13command, however, 5.004_03 requires it (on my box, anyway) since the #line
14generating code in XSUBPP appears to have problems with #ifdef'd .xs code.
15If xsubpp complains about usage when you do a make, look at the top of
16the Makefile.PL and comment out the "$XSOPT=" line. Or upgrade to a
17newer version of Perl.
18
19POD documentation is embedded.
20
21Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002 Douglas E. Wegscheid.
22
23Copyright (c) 2002, 2003, 2004, 2005 Jarkko Hietaniemi.  All rights reserved.
24
25Copyright (C) 2011, 2012, 2013 Andrew Main (Zefram) <zefram@fysh.org>
26
27All rights reserved. This program is free software; you can
28redistribute it and/or modify it under the same terms as Perl itself.
29