[][src]Crate timekeeper

Timekeeper is a simple library to track the amount of time used by different parts of a program.

Structs

ProcessTime
RealTime
SimpleTracker
ThreadTime
Timer
TimerSet

A timer set tracks a collection of timers, of which at most one can be running at any given time.

Traits

Source
Tracker