This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention the OS X get_clock...() emulations.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 13 Feb 2016 15:52:46 +0000 (10:52 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 13 Feb 2016 16:39:11 +0000 (11:39 -0500)
dist/Time-HiRes/HiRes.pm

index 1f4801b..1f307fb 100644 (file)
@@ -578,8 +578,9 @@ might help in this (in case your system supports CLOCK_MONOTONIC).
 Some systems have APIs but not implementations: for example QNX and Haiku
 have the interval timer APIs but not the functionality.
 
-In OS X the clock_nanosleep() is emulated using the Mach timers;
-as a side effect the CLOCK_REALTIME and CLOCK_MONOTONIC are the same timer.
+In OS X clock_getres(), clock_gettime() and clock_nanosleep() are
+emulated using the Mach timers; as a side effect of being emulated
+the CLOCK_REALTIME and CLOCK_MONOTONIC are the same timer.
 
 =head1 SEE ALSO