#include <ProfileManager.h>
Collaboration diagram for vpr::ProfileManager::ThreadProfileData:

Public Member Functions | |
| ThreadProfileData () | |
Public Attributes | |
| ProfileNode | mRoot |
| Root of profile information for the thread. | |
| ProfileNode * | mCurrentNode |
| Current node for the thread. | |
| vpr::Interval | mResetTime |
| Reset time for the thread. | |
Definition at line 79 of file ProfileManager.h.
| vpr::ProfileManager::ThreadProfileData::ThreadProfileData | ( | ) | [inline] |
Definition at line 81 of file ProfileManager.h.
00082 : mRoot("root") 00083 { 00084 mCurrentNode = &mRoot; 00085 }
Root of profile information for the thread.
Definition at line 87 of file ProfileManager.h.
Referenced by vpr::ProfileManager::getRootNode(), and vpr::ProfileManager::reset().
Current node for the thread.
Definition at line 88 of file ProfileManager.h.
Referenced by vpr::ProfileManager::stopProfile().
Reset time for the thread.
Definition at line 89 of file ProfileManager.h.
Referenced by vpr::ProfileManager::getTimeSinceReset(), and vpr::ProfileManager::reset().
1.5.1