OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
OPALTimer::Timer Class Reference

#include <Timer.h>

Collaboration diagram for OPALTimer::Timer:

Public Member Functions

 Timer ()
 Constructor.
 ~Timer ()
std::string date () const
 Return date.
std::string time () const
 Return time.

Private Member Functions

 Timer (const Timer &)
void operator= (const Timer &)

Private Attributes

time_t timer

Detailed Description

Definition at line 33 of file Timer.h.

Constructor & Destructor Documentation

◆ Timer() [1/2]

OPALTimer::Timer::Timer ( )

Constructor.

Definition at line 26 of file Timer.cpp.

References time(), and timer.

Referenced by operator=(), and Timer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~Timer()

OPALTimer::Timer::~Timer ( )

Definition at line 31 of file Timer.cpp.

◆ Timer() [2/2]

OPALTimer::Timer::Timer ( const Timer & )
private

References Timer().

Here is the call graph for this function:

Member Function Documentation

◆ date()

std::string OPALTimer::Timer::date ( ) const

Return date.

Definition at line 35 of file Timer.cpp.

References timer.

Referenced by LBalWriter::fillHeader(), StatWriter::fillHeader(), MemoryProfiler::header(), and OPALXMAIN::printStdoutHeader().

Here is the caller graph for this function:

◆ operator=()

void OPALTimer::Timer::operator= ( const Timer & )
private

References Timer().

Here is the call graph for this function:

◆ time()

std::string OPALTimer::Timer::time ( ) const

Return time.

Definition at line 42 of file Timer.cpp.

References timer.

Referenced by ParallelTracker::dumpStats(), ParallelTracker::execute(), LBalWriter::fillHeader(), StatWriter::fillHeader(), MemoryProfiler::header(), OPALXMAIN::printStdoutHeader(), and Timer().

Here is the caller graph for this function:

Member Data Documentation

◆ timer

time_t OPALTimer::Timer::timer
private

Definition at line 55 of file Timer.h.

Referenced by date(), time(), and Timer().


The documentation for this class was generated from the following files: