CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LinuxCPUTime.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 std::ostream * LinuxElapsedTime::dout = &std::cout;
5 
8  out << "\n" << name << " CPU elapsed time "
9  << end.utime()-begin.utime()
10  << std::endl;
11 }
12 
13 
LinuxCPUTime begin
Definition: LinuxCPUTime.h:51
std::string name
Definition: LinuxCPUTime.h:50
static std::ostream * dout
Definition: LinuxCPUTime.h:43
#define end
Definition: vmac.h:38
std::ostream & out
Definition: LinuxCPUTime.h:49
tuple cout
Definition: gather_cfg.py:121
TimeType utime() const
Definition: LinuxCPUTime.h:31