The Gaudi Framework  v30r3 (a5ef0a68)
TimerForSequencer.h File Reference
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Timing.h"
#include <inttypes.h>
Include dependency graph for TimerForSequencer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TimerForSequencer
 Auxiliary class. More...
 

Functions

MsgStreamoperator<< (MsgStream &ms, const TimerForSequencer &count)
 

Function Documentation

MsgStream& operator<< ( MsgStream ms,
const TimerForSequencer count 
)
inline

Definition at line 85 of file TimerForSequencer.h.

85 { return count.fillStream( ms ); }
MsgStream & fillStream(MsgStream &s) const
Write measured time into the message stream.