MIRA
Classes | Namespaces | Macros
LogTimer.h File Reference

Stop watch timer for logging execution times. More...

#include <error/LoggingCore.h>
Include dependency graph for LogTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogTimer
 Class that can be used as a stop watch to measure execution time of operations. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Macros

#define MIRA_LOGTIMER(level, name, text)
 Macro for starting a LogTimer. More...
 
#define MIRA_PEEKLOGTIMER(name)   name.peek();
 Macro for peeking LogTimer class at a defined point. More...
 
#define MIRA_ENDLOGTIMER(name)   name.end();
 Macro for ending LogTimer class at a defined point. More...
 

Detailed Description

Stop watch timer for logging execution times.

Author
Tim Langner
Date
2010/07/07