MIRA
|
Stop watch timer for logging execution times. More...
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... | |
Stop watch timer for logging execution times.