34 std::vector<DtProfileNode*>
nodes;
40 typedef std::map<std::string, StatList*>
GroupMap;
55 virtual void addLabel(
const std::string& group,
const std::string& name);
57 virtual void removeLabel(
const std::string& group,
const std::string& name);
60 virtual void updateCallback();
63 virtual const GroupMap& groupData()
const;
71 virtual void updateGroupNodeList();
72 virtual void updateFrameTimes();
75 virtual void appendToString(
const std::string& str);
76 virtual 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
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72