| Return Type | Function name | Arguments |
|---|---|---|
| hzProcess* | hzProcess::hzProcess | (void) |
Declared in file: hzProcess.h
Defined in file : hzProcess.cpp
Function Logic:
Function body:
hzProcess* hzProcess::hzProcess (void)
{
m_pLog = 0;
m_nFuncs = 0;
m_nPeak = 0;
m_nCallOset = 0;
m_nSeqCall = 0;
m_nScratchOset = m_nScratchAdvn = 0;
if (_hzGlobal_callStack_size)
m_Stack = new const char*[_hzGlobal_callStack_size+1];
if (_hzGlobal_callHist_size)
m_Hist = new _fncall_rec[_hzGlobal_callHist_size+1];
m_TID = pthread_self() ;
_register(this) ;
}