23 #include "pedigree/kernel/time/Time.h" Timestamp m_StartValue
Start time.
Timestamp m_Value
Current value.
Timestamp value()
Read the stopwatch value in nanoseconds.
void stop()
Stop the stopwatch if it is not already stopped.
void reset()
Reset the stopwatch to zero.
bool m_bRunning
Running or not.
void start()
Start the stopwatch if it is not already started.