Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
StartStopTimer Class Reference
A start-stop timer class. More...
#include <timer.h>
Public Member Functions | |
StartStopTimer () | |
Constructor. | |
void | start () |
Starts the timer. | |
void | stop () |
Stops the timer and updates timer value. | |
void | reset () |
Resets the timer value to 0. | |
Data Fields | |
double | value |
Value of the timer. |
Detailed Description
A start-stop timer class.
Can be used to time portions of code.
Definition at line 46 of file timer.h.
Constructor & Destructor Documentation
StartStopTimer | ( | ) |
Member Function Documentation
Field Documentation
Generated on Tue Jul 12 2022 18:20:25 by
