|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <chrono.h>
Public Member Functions | |
| OChronoTime () | |
| unsigned long | getTime () const |
| OChronoTime | operator+ (const OChronoTime &other) const |
| OChronoTime | operator- (const OChronoTime &other) const |
Private Member Functions | |
| OChronoTime (unsigned long time) | |
Private Attributes | |
| unsigned long | _time |
A Class to measure execution time in milliseconds using system clock.
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |