Definition at line 9 of file ProfileClock.h.
|
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} |
|
◆ ProfileClock()
AmpGen::ProfileClock::ProfileClock |
( |
| ) |
|
|
inline |
◆ count()
double AmpGen::ProfileClock::count |
( |
| ) |
const |
|
inline |
◆ operator double()
AmpGen::ProfileClock::operator double |
( |
| ) |
const |
|
inline |
◆ start()
void AmpGen::ProfileClock::start |
( |
| ) |
|
|
inline |
◆ stop()
void AmpGen::ProfileClock::stop |
( |
| ) |
|
|
inline |
◆ t_duration
double AmpGen::ProfileClock::t_duration = {0} |
◆ t_end
std::chrono::time_point<std::chrono::high_resolution_clock> AmpGen::ProfileClock::t_end |
◆ t_start
std::chrono::time_point<std::chrono::high_resolution_clock> AmpGen::ProfileClock::t_start |
The documentation for this struct was generated from the following file: