The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Time::Hires"

Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers River stage five • 937 direct dependents • 10354 total dependents

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

SPVM::Time::HiRes - High Resolution Time River stage zero No dependents

The Time::HiRes class in SPVM has methods to manipulate high resolution time....

KIMOTO/SPVM-Time-HiRes-0.004 - 30 Nov 2023 01:24:02 UTC

Test::Time::HiRes - drop-in replacement for Test::Time to work with Time::HiRes River stage one • 2 direct dependents • 7 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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... River stage zero No dependents

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

SPVM::Time::HiRes::ItimervalFloat - Floating Point Representation of Sys::Time::Itimerval River stage zero No dependents

The Time::HiRes::ItimervalFloat class of SPVM represents floating point representation of Sys::Time::Itimerval....

KIMOTO/SPVM-Time-HiRes-0.004 - 30 Nov 2023 01:24:02 UTC

Time::AutoRes - use Time::HiRes or fall back to core code River stage zero No dependents

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 River stage zero No dependents

MIGO/SMB-0.09 - 13 May 2018 16:06:23 UTC

Time::PT - objects to store an instant in time River stage zero No dependents

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::Mock - shift and scale time River stage zero No dependents

EWILHELM/Time-Mock-v0.0.2 - 15 Jul 2009 18:43:54 UTC

Time::Warp - control over the flow of time River stage two • 2 direct dependents • 77 total dependents

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 River stage one • 2 direct dependents • 4 total dependents

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 River stage zero No dependents

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. River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 2 direct dependents • 2 total dependents

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. River stage two • 2 direct dependents • 28 total dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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. River stage one • 2 direct dependents • 4 total dependents

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. River stage two • 10 direct dependents • 22 total dependents

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
30 results (0.026 seconds)