#include <cel_time.h>
Public Member Functions | |
DebugTimer (const String &label) | |
void | milestone (const String &label) |
~DebugTimer () | |
This function is for instrumenting the function.
|
inline |
Constructor.
It actually starts instrumenting of the first mile stone.
label | The label for the first milestone. |
|
inline |
Destructor.
It finishes the last milestone.
|
inline |
This function starts instrumenting of a new mile stone.
label | The label for the first milestone. |