#include <RunStopwatch.h>
Public Types | |
typedef boost::shared_ptr < CPUTimer > | StopwatchPointer |
Public Member Functions | |
RunDualStopwatches (const StopwatchPointer &ptr1, CPUTimer *const ptr2) | |
~RunDualStopwatches () | |
Private Attributes | |
StopwatchPointer | stopwatch1_ |
CPUTimer *const | stopwatch2_ |
Definition at line 41 of file RunStopwatch.h.
typedef boost::shared_ptr<CPUTimer> edm::RunDualStopwatches::StopwatchPointer |
Definition at line 44 of file RunStopwatch.h.
|
inline |
|
inline |
Definition at line 52 of file RunStopwatch.h.
References edm::CPUTimer::add(), stopwatch1_, and stopwatch2_.
|
private |
Definition at line 59 of file RunStopwatch.h.
Referenced by RunDualStopwatches(), and ~RunDualStopwatches().
|
private |
Definition at line 60 of file RunStopwatch.h.
Referenced by RunDualStopwatches(), and ~RunDualStopwatches().