39 void enterChild(
int index );
45 void enterLargestChild( );
49 const char* currentName();
53 int currentTotalCalls();
66 const char* currentParentName()
const;
69 int currentParentTotalCalls()
const;
72 DtUInt64 currentParentTotalTime()
const;
Profile node class stores timing data for a profiled section.
Definition: DtProfileNode.h:22
#define DT_DLL_VRVUTIL
Definition: vrvUtil.h:34
An Iterator for navigating through the function call tree.
Definition: DtProfileIterator.h:23
DtProfileNode * myCurrentParent
Definition: DtProfileIterator.h:85
Contains DLL export macros.
The profile manager responsible for all profiling.
Definition: DtProfileManager.h:29
DtProfileNode * myCurrentChild
Definition: DtProfileIterator.h:86
unsigned long long DtUInt64
unsigned 64 bit integer
Definition: DtProfileIterator.h:18