#include <LinuxCPUTime.h>
Public Member Functions | |
LinuxElapsedTime (const std::string &iname="Total", std::ostream &iout=*dout) | |
~LinuxElapsedTime () | |
Static Public Attributes | |
static std::ostream * | dout = &std::cout |
Private Attributes | |
LinuxCPUTime | begin |
std::string | name |
std::ostream & | out |
Definition at line 41 of file LinuxCPUTime.h.
|
inline |
Definition at line 44 of file LinuxCPUTime.h.
LinuxElapsedTime::~LinuxElapsedTime | ( | ) |
Definition at line 6 of file LinuxCPUTime.cc.
References begin, end, name, out, and LinuxCPUTime::utime().
|
private |
Definition at line 51 of file LinuxCPUTime.h.
Referenced by ~LinuxElapsedTime().
|
static |
Definition at line 43 of file LinuxCPUTime.h.
|
private |
Definition at line 50 of file LinuxCPUTime.h.
Referenced by dataset.Dataset::__getDataType(), dataset.Dataset::__getFileInfoList(), cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), Vispa.Views.PropertyView.Property::valueChanged(), and ~LinuxElapsedTime().
|
private |
Definition at line 49 of file LinuxCPUTime.h.
Referenced by ~LinuxElapsedTime().