|
KSeExpr 4.0.4.0
|
#include <PerformanceTimer.h>
Public Member Functions | |
| PerformanceTimer (std::string l) | |
| ~PerformanceTimer () | |
| PerformanceTimer (PerformanceTimer &&)=default | |
| PerformanceTimer & | operator= (PerformanceTimer &&)=default |
| PerformanceTimer (PerformanceTimer &)=default | |
| PerformanceTimer & | operator= (const PerformanceTimer &)=default |
Private Attributes | |
| Timer | clock |
| std::string | label |
Definition at line 10 of file PerformanceTimer.h.
|
inline |
Definition at line 12 of file PerformanceTimer.h.
Referenced by operator=(), operator=(), PerformanceTimer(), and PerformanceTimer().
|
inline |
Definition at line 18 of file PerformanceTimer.h.
|
default |
References PerformanceTimer().
|
default |
References PerformanceTimer().
|
default |
References PerformanceTimer().
|
default |
References PerformanceTimer().
|
private |
Definition at line 28 of file PerformanceTimer.h.
Referenced by PerformanceTimer(), and ~PerformanceTimer().
|
private |
Definition at line 29 of file PerformanceTimer.h.
Referenced by PerformanceTimer(), and ~PerformanceTimer().