HLIBpro  2.0
List of all members
TThreadCPUTimer Class Reference

Timer class measuring CPU time of current thread.

#include <TTimer.hh>

Inheritance diagram for TThreadCPUTimer:
TTimer

Additional Inherited Members

- Public Member Functions inherited from TTimer
 TTimer (const timetype_t type=CPU_TIME)
 construct timer of type type
 
TTimerstart ()
 start timer, resets time-sum
 
TTimerpause ()
 pause timer, add elapsed time to sum
 
TTimercont ()
 continue timer, set start time to current time
 
double elapsed () const
 returns elapsed time without stopping timer
 
TTimerwall ()
 set type of time to wall clock time
 
TTimercpu ()
 set type of time to wall cpu time
 
TTimercpu_thread ()
 set type of time to wall cpu time
 
std::string to_string () const
 convert to string