Class cv::instr::NodeData#
#include <opencv2/core/utils/instrumentation.hpp>Collaboration diagram for cv::instr::NodeData:
Constructor & Destructor Documentation#
NodeData()#
cv::instr::NodeData::NodeData(
const char * funName = 0,
const char * fileName = NULL,
int lineNum = 0,
void * retAddress = NULL,
bool alwaysExpand = false,
cv::instr::TYPE instrType = TYPE_GENERAL,
cv::instr::IMPL implType = IMPL_PLAIN )
NodeData()#
~NodeData()#
Member Function Documentation#
getMeanMs()#
double cv::instr::NodeData::getMeanMs()
Here is the call graph for this function:
getTotalMs()#
double cv::instr::NodeData::getTotalMs()
Here is the call graph for this function:
operator=()#
Member Data Documentation#
m_alwaysExpand#
bool cv::instr::NodeData::m_alwaysExpand
m_counter#
volatile int cv::instr::NodeData::m_counter
m_fileName#
const char * cv::instr::NodeData::m_fileName
m_funError#
bool cv::instr::NodeData::m_funError
m_funName#
cv::String cv::instr::NodeData::m_funName
m_implType#
m_instrType#
m_lineNum#
int cv::instr::NodeData::m_lineNum
m_retAddress#
void * cv::instr::NodeData::m_retAddress
m_threads#
int cv::instr::NodeData::m_threads
m_ticksTotal#
m_tls#
TLSDataAccumulator< NodeDataTls > cv::instr::NodeData::m_tls
Source file#
The documentation for this class was generated from the following file:
opencv2/core/utils/instrumentation.hpp