Search results for "module:Time::HiRes"
Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers
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 UTC
Test::Time::HiRes - drop-in replacement for Test::Time to work with Time::HiRes
Drop-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 UTC
Time::HiRes::Value - represent a time value or interval in exact microseconds
The 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 UTC
Time::HiRes::Sleep::Until - Provides common ways to sleep until...
Sleep 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.09 - 03 Jan 2023 00:23:08 UTC
Bencher::Scenario::TimeHiRes::time - Benchmark getting current time
Packaging 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 UTC
lib/Bencher/ScenarioR/TimeHiRes/time.pm
This 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 UTC
Time::AutoRes - use Time::HiRes or fall back to core code
Time::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 UTC
SMB::Time - Functions to convert between UNIX time and SMB time
MIGO/SMB-0.09
-
13 May 2018 16:06:23 UTC
Time::PT - objects to store an instant in time
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 UTC
Time::Warp - control over the flow of time
Our 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.55 - 18 Sep 2022 17:02:36 UTC
Time::Fake - Simulate different times without changing your system clock
Use 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 UTC
Time::Stats - Easy timing info
This 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 UTC
Time::TAI64 - Perl extension for converting TAI64 strings into standard unix timestamps.
This 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 UTC
Time::Stamp - Easy, readable, efficient timestamp functions
This 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 UTC
Time::Clock - Twenty-four hour clock object with nanosecond precision.
A 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 UTC
Time::SZTime - computes the local SZTime
The 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 UTC
Time::Elapse - Perl extension for monitoring time conveniently during tasks
Time::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 UTC
Time::Simple - A simple, light-weight ISO 8601 time object.
A 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 UTC
Time::Format - Easy-to-use date/time formatting.
This 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