|
Medial Code Documentation
|
MedTimer - a very simple class to allow very easy time measures. More...
#include <Logger.h>
Public Member Functions | |
| MedTimer (const string &tname) | |
| void | start () |
| void | take_curr_time () |
| unsigned long long | get_clock_micro () |
| double | diff_microsec () |
| double | diff_milisec () |
| double | diff_sec () |
Data Fields | |
| string | name |
| chrono::high_resolution_clock::time_point | t [2] |
| unsigned long long | diff |
MedTimer - a very simple class to allow very easy time measures.