34 std::vector<DtProfileNode*>
nodes;
40 typedef std::map<std::string, StatList*>
GroupMap;
48 void addLabel(
const std::string& group,
const std::string& name);
50 void removeLabel(
const std::string& group,
const std::string& name);
56 virtual void updateCallback();
59 virtual void handleKeyEvent(
int key,
int modifier);
68 void updateGroupNodeList();
69 void updateFrameTimes();
71 void appendToString(
const std::string& str);
72 bool findNodes(
DtProfileNode* parent,
const std::string& name, std::vector<DtProfileNode*>& found);
Profile node class stores timing data for a profiled section.
Definition: DtProfileNode.h:22
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69