#include <profile.h>
Inheritance diagram for ProfileData:


Public Member Functions | |
| ProfileData (const std::string &rstrName, ProfileData *pkParent=0) | |
| virtual | ~ProfileData () |
| virtual void | Dump () |
| virtual void | DumpToString (std::string *pstrDst) |
| virtual void | Reset () |
Public Attributes | |
| HashString | m_strName |
| ProfileData * | m_pkParent |
| std::vector< ProfileData * > | m_vpkChildren |
| uint64_t | m_ulActivated |
| uint64_t | m_ulAccTime |
| int | m_iCount |
| int | m_iLevel |
|
||||||||||||
|
|
|
|
Delete child nodes |
|
|
Dump data Reimplemented in ProfileManager. |
|
|
Dump data to string
Reimplemented in ProfileManager. |
|
|
Reset values |
|
|
Node name |
|
|
Parent data node |
|
|
Child data nodes |
|
|
Activated heartbeat |
|
|
Accumulated heartbeat time |
|
|
Counter |
|
|
Recursion level |
1.3.5