Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
MedTimer Class Reference

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
 

Detailed Description

MedTimer - a very simple class to allow very easy time measures.


The documentation for this class was generated from the following file: