#include <rutz/stopwatch.h>
Public Member Functions | |
stopwatch () | |
Default constructor. | |
void | restart () |
Reset the start time to the current time. | |
rutz::time | elapsed (const rutz::time &stop) const |
Get the time elapsed between start and stop times. | |
rutz::time | elapsed () const |
Get the time elapsed between start and now. |
Definition at line 45 of file stopwatch.h.