tlx
|
Public Attributes | |
uint32_t | hash |
hash of name for faster search More... | |
const char * | name |
reference to original string for comparison More... | |
std::chrono::duration< double > | duration |
duration of this timer More... | |
Definition at line 27 of file multi_timer.cpp.
std::chrono::duration<double> duration |
duration of this timer
Definition at line 33 of file multi_timer.cpp.
uint32_t hash |
hash of name for faster search
Definition at line 29 of file multi_timer.cpp.
const char* name |
reference to original string for comparison
Definition at line 31 of file multi_timer.cpp.