Analysis Software
Documentation for sPHENIX simulation software
|
used to store high precision time using two integers More...
Public Member Functions | |
time_struct (void) | |
constructor | |
Public Attributes | |
unsigned long | _low |
low wheight bits cpu count | |
unsigned long | _high |
high wheight bits cpu count | |
used to store high precision time using two integers
Definition at line 190 of file PHTimer.h.
View newest version in sPHENIX GitHub at line 190 of file PHTimer.h
|
inline |
unsigned long PHTimer::time_struct::_high |
high wheight bits cpu count
Definition at line 203 of file PHTimer.h.
View newest version in sPHENIX GitHub at line 203 of file PHTimer.h
Referenced by PHTimer::get_clock_counts(), and PHTimer::get_difference().
unsigned long PHTimer::time_struct::_low |
low wheight bits cpu count
Definition at line 200 of file PHTimer.h.
View newest version in sPHENIX GitHub at line 200 of file PHTimer.h
Referenced by PHTimer::get_clock_counts(), PHTimer::get_difference(), and PHTimer::PHTimer().