CMS 3D CMS Logo

Classes | Typedefs | Functions

CMSSW_4_4_3_patch1/src/Utilities/Timing/interface/GenTimer.h File Reference

#include <iosfwd>

Go to the source code of this file.

Classes

struct  GenTimer< Time >::Bias
struct  DummyTime
class  GenTimeInterval< Time >
class  GenTimer< Time >
struct  DummyTime::OneTick

Typedefs

typedef GenTimer< DummyTimeDummyTimer

Functions

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

Typedef Documentation

Definition at line 157 of file GenTimer.h.


Function Documentation

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

Definition at line 44 of file GenTimer.h.

References connectstrParser::o, and matplotRender::t.

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