Re-exports§
pub extern crate chrono;
Modules§
ClockTimer
builder structs
Structs§
- An interval tracking clock. Takes a start time, an end time or a run duration, and an interval. Calls to
tick
will return only if the current time is at or past the time of the next interval, waiting so that it is before returning. It yields timing information when returning. If this falls behind time for some reason, the ticks will be yielded with the time information at when it was supposed to yield, until catching up. - Timing information for one tick