Information about time spent in a section of the code. More...
Public Member Functions | |
void | set (void) |
Begin counting time. | |
void | update (void) |
Add the counted time to the total time. | |
Public Attributes | |
time::duration | total |
Total time counted. | |
time::duration | shortest |
The shortest counted time interval. | |
time::duration | longest |
The longest counted time interval. | |
unsigned long int | parts |
Number of times a chunk of time was added to this structure. | |
time::point | start |
The point in time when counting time started. |
Information about time spent in a section of the code.