ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for PHTimer, including all inherited members.
_accumulated_time | PHTimer | private |
_frequency | PHTimer | privatestatic |
_name | PHTimer | private |
_ncycle | PHTimer | private |
_start_time | PHTimer | private |
_state | PHTimer | private |
_stop_time | PHTimer | private |
_twopower32 | PHTimer | privatestatic |
elapsed(void) const | PHTimer | inline |
get_accumulated_time(void) const | PHTimer | inline |
get_clock_counts(void) | PHTimer | inlineprivatestatic |
get_difference(const time_struct &, const time_struct &) | PHTimer | privatestatic |
get_name(void) const | PHTimer | inline |
get_ncycle(void) const | PHTimer | inline |
get_state(void) const | PHTimer | inline |
get_time_per_cycle(void) const | PHTimer | inline |
PHTimer(const std::string &name="Generic Timer") | PHTimer | inlineexplicit |
print(std::ostream &os=std::cout) const | PHTimer | inline |
PRINT(std::ostream &os=std::cout, const std::string &message="") | PHTimer | static |
print_stat(std::ostream &os=std::cout) const | PHTimer | inline |
restart() | PHTimer | inline |
RUN enum value | PHTimer | |
set_name(const std::string &name) | PHTimer | inline |
State enum name | PHTimer | |
stop() | PHTimer | inline |
STOP enum value | PHTimer | |
test(double time, std::ostream &os=std::cout) | PHTimer | inline |