CMS 3D CMS Logo

GenTimer.h File Reference

#include <iosfwd>

Go to the source code of this file.

Classes

struct  DummyTime
struct  DummyTime::OneTick
class  GenTimeInterval< Time >
 a generic Time interval More...
class  GenTimer< Time >
 a templated generic timer More...
struct  GenTimer< Time >::Bias

Typedefs

typedef GenTimer< DummyTimeDummyTimer

Functions

template<class Time>
std::ostream & operator<< (std::ostream &o, const GenTimeInterval< Time > &t)


Typedef Documentation

typedef GenTimer<DummyTime> DummyTimer

Definition at line 157 of file GenTimer.h.


Function Documentation

template<class Time>
std::ostream& operator<< ( std::ostream &  o,
const GenTimeInterval< Time > &  t 
) [inline]

Definition at line 44 of file GenTimer.h.

References t.

00044                                                                          {
00045   return o << t.seconds() << " seconds";
00046 }


Generated on Tue Jun 9 17:56:01 2009 for CMSSW by  doxygen 1.5.4