![]() |
AmpGen 2.1
|
Definition at line 9 of file ProfileClock.h.
Public Member Functions | |
| ProfileClock () | |
| void | stop () |
| double | count () const |
| void | start () |
| operator double () const | |
Public Attributes | |
| std::chrono::time_point< std::chrono::high_resolution_clock > | t_start |
| std::chrono::time_point< std::chrono::high_resolution_clock > | t_end |
| double | t_duration = {0} |
|
inline |
Definition at line 14 of file ProfileClock.h.
|
inline |
Definition at line 19 of file ProfileClock.h.
|
inline |
Definition at line 24 of file ProfileClock.h.
|
inline |
Definition at line 23 of file ProfileClock.h.
|
inline |
Definition at line 15 of file ProfileClock.h.
| double AmpGen::ProfileClock::t_duration = {0} |
Definition at line 12 of file ProfileClock.h.
| std::chrono::time_point<std::chrono::high_resolution_clock> AmpGen::ProfileClock::t_end |
Definition at line 11 of file ProfileClock.h.
| std::chrono::time_point<std::chrono::high_resolution_clock> AmpGen::ProfileClock::t_start |
Definition at line 10 of file ProfileClock.h.