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. | |
struct tms | m_start |
Start. | |
struct tms | m_stop |
Stop. | |
struct tms | m_stored |
Stored. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |