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