16 #include <boost/signals.hpp>
35 std::vector<DtProfileNode*>
nodes;
36 double totals[MAX_FRAMES];
37 double totals_child[MAX_FRAMES];
41 typedef std::map<std::string, StatList*>
GroupMap;
49 void addLabel(
const std::string& group,
const std::string& name);
51 void removeLabel(
const std::string& group,
const std::string& name);
57 virtual void updateCallback();
60 virtual void handleKeyEvent(
int key,
int modifier);
69 void updateGroupNodeList();
70 void updateFrameTimes();
72 void appendToString(
const std::string& str);
73 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