The "Time::HiRes" module implements a Perl interface to the "usleep", "nanosleep", "ualarm", "gettimeofday", and "setitimer"/"getitimer" system calls, in other words, high resolution time and timers. See the "EXAMPLES" section below and the test scri...
ATOOMIC/Time-HiRes-1.9764 - 10 Aug 2020 22:23:42 UTCDrop-in replacement for Test::Time that also works with the Time::HiRes functions "usleep" and "gettimeofday". Must be loaded before importing functions from Time::HiRes. Patches/suggestions very welcome. This was just a quick fix to a problem....
MJEMMESON/Test-Time-HiRes-0.05 - 04 Jun 2020 20:26:08 UTCThe Time::HiRes module allows perl to access the system's clock to microsecond accuracy. However, floating point numbers are not suitable for manipulating such time values, as rounding errors creep in to calculations performed on floating-point repre...
PEVANS/Time-HiRes-Value-0.08 - 23 Jun 2015 16:00:30 UTCSleep Until provides sleep wrappers for sleep functions that I commonly need. These methods are simply wrappers around Time::HiRes and Math::Round. We use this package to make measurements at the same time within the minute for integration with RRDto...
MRDVT/Time-HiRes-Sleep-Until-0.08 - 01 May 2020 01:05:53 UTCPackaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....
PERLANCAR/Bencher-Scenarios-TimeHiRes-0.003 - 21 Dec 2018 09:27:10 UTCThis module is automatically generated by Pod::Weaver::Plugin::Bencher::Scenario during distribution build. A Bencher::ScenarioR::* module contains the raw result of sample benchmark and might be useful for some stuffs later....
PERLANCAR/Bencher-Scenarios-TimeHiRes-0.003 - 21 Dec 2018 09:27:10 UTCTime::AutoRes provides access to most of the functions that may be imported from Time::HiRes (see list below). If Time::HiRes isn't available, Time::AutoRes silently falls back to core Perl functions; when this happens, it tries to emulate Time::HiRe...
NKUITSE/Time-AutoRes-0.02 - 29 Apr 2004 01:42:09 UTCMIGO/SMB-0.09 - 13 May 2018 16:06:23 UTC
By default, Time::PT stores time descriptions precise to 60ths- of-a-second (0.016667 seconds). The groundwork has been laid for sub-millisecond precision to be included later. This module has been adapted from the Time::Piece module written by Matt ...
PIP/Time-PT-1.2.565EHOV - 05 Jun 2005 21:31:08 UTCOur external experience unfolds in 3 1/2 dimensions (time has a dimensionality of 1/2). The Time::Warp module offers developers control over the measurement of time....
MANWAR/Time-Warp-0.54 - 08 Oct 2018 00:40:52 UTCUse this module to achieve the effect of changing your system clock, but without actually changing your system clock. It overrides the Perl builtin subs "time", "localtime", and "gmtime", causing them to return a "faked" time of your choice. From the...
ROSULEK/Time-Fake-0.11 - 17 Jan 2008 15:56:33 UTCThis module is designed to make it very easy to get timing info for your code, ala Time::HiRes, without needing to remember tv_interval and [gettimeofday], or writing your own methods for processing data. This is mainly useful if DProf doesn't give y...
PMICHAUD/Time-Stats-1.0 - 18 Mar 2010 20:07:04 UTCThis is a package provides routines to convert TAI64 strings, like timestamps produced by multilog, into values that can be processed by other perl functions to display the timestamp in human-readable form and/or use in mathematical computations....
JOVAL/Time-TAI64-2.11 - 28 Apr 2006 18:37:23 UTCThis module makes it easy to include timestamp functions that are simple, easy to read, easy to parse, and fast. For simple timestamps perl's built-in functions are all you need: time, gmtime (or localtime), and sprintf... Sometimes you desire a simp...
RWSTAUNER/Time-Stamp-1.300 - 10 Jan 2013 03:39:15 UTCA Time::Clock object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported. When a Time::...
JSIRACUSA/Time-Clock-1.03 - 14 Feb 2014 17:21:48 UTCThe SZTime() algorithm is for calculating the SZTime. The SZTime is similar to the Unixtime but more accurate. SZTime represents the milliseconds since Midnight 01.01.1986. The Value can be positive or negative....
SJSZ/SZTime-0.14 - 14 Aug 2002 17:29:41 UTCTime::Elapse is a very simple class with one method: lapse. Basically, the lapse method 'eats the brains' of the variable, squirrels away whatever value it may have held internally, (much like space aliens are known to do in the movies), and also sto...
SGODIN/Time-Elapse-1.2402 - 12 Dec 2003 21:21:19 UTCA simple, light-weight time object. This version should be considered an alpha developer release. How do you think this moudle should handle return values of multiplacation, where the return value would be greater than 23:59:59? FATAL ERRORS Attempti...
LGODDARD/Time-Simple-0.06 - 18 Apr 2011 13:57:45 UTCThis module creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the ...
ROODE/Time-Format-1.16 - 19 Feb 2020 18:12:54 UTC