|
HepMC3 event record library
|
#include <Timer.h>
Public Member Functions | |
| Timer (const char *name) | |
| void | start () |
| int | elapsed_time () |
| int | total_time () |
| void | stop () |
| void | reset () |
| void | print () |
Private Attributes | |
| const char * | m_name |
| Name of the object. More... | |
| struct tms | m_start |
| Start. More... | |
| struct tms | m_stop |
| Stop. More... | |
| struct tms | m_stored |
| Stored. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |