MicroSecondStopWatch Class Reference
#include <stop_watch.hpp>
Public Member Functions | |
MicroSecondStopWatch () | |
Default constructor that starts the stopwatch. More... | |
void start (void) | |
Starts the stopwatch operation (can be used to restart the stopwatch too) More... | |
void stop (void) | |
Stops the stopwatch operation enabling the captured value to be obtained. More... | |
uint64_t getCapturedTime (void) const | |
uint64_t getElapsedTime (void) const | |
Get the elapsed time since the stopwatch was started. More... | |
Detailed Description
Stopwatch to measure an elapsed time.
Constructor & Destructor Documentation
|
inline |
Default constructor that starts the stopwatch.
Member Function Documentation
|
inline |
|
inline |
Get the elapsed time since the stopwatch was started.
|
inline |
Starts the stopwatch operation (can be used to restart the stopwatch too)
|
inline |
Stops the stopwatch operation enabling the captured value to be obtained.
The documentation for this class was generated from the following file:
- /var/www/html/SJSU-DEV-Linux/firmware/default/lib/L3_Utils/stop_watch.hpp