public

Inheritance Graph

graph BT
	LoggerTime
	LoggerTime --> Logger
	click LoggerTime "classUtil_1_1Profiling_1_1LoggerTime"
	click Logger "classUtil_1_1Profiling_1_1Logger"

Description

Logger for human-readable timings.

Public Functions

   
   
  LoggerTime(std::ostream & outputStream)
   
  ~LoggerTime()
   
void log(const Action & action)
Create formatted output for the given action.

Documentation

function
Util::Profiling::LoggerTime::LoggerTime

public
     
     
LoggerTime( std::ostream & outputStream )

Defined in Util/Profiling/Logger.h:97


function
Util::Profiling::LoggerTime::~LoggerTime

public virtual
   
   
~LoggerTime( )

Defined in Util/Profiling/Logger.h:98


function
Util::Profiling::LoggerTime::log

public virtual
     
     
void log( const Action & action )

Create formatted output for the given action.

Defined in Util/Profiling/Logger.h:100