stop_watch.hpp
Go to the documentation of this file.
MicroSecondStopWatch()
Default constructor that starts the stopwatch.
Definition: stop_watch.hpp:41
void start(void)
Starts the stopwatch operation (can be used to restart the stopwatch too)
Definition: stop_watch.hpp:44
Provides the following system services :
uint64_t getElapsedTime(void) const
Get the elapsed time since the stopwatch was started.
Definition: stop_watch.hpp:56
uint64_t getCapturedTime(void) const
Definition: stop_watch.hpp:53
Definition: stop_watch.hpp:37
void stop(void)
Stops the stopwatch operation enabling the captured value to be obtained.
Definition: stop_watch.hpp:47