30 class DtWindowTextAgent;
40 const static unsigned int overlayLayerId = 33;
46 void addLabel(
const std::string& group,
const std::string& name);
48 void removeLabel(
const std::string& group,
const std::string& name);
54 virtual void updateCallback();
57 void updateGroupNodeList();
58 void updateFrameTimes();
59 DtWindowTextAgent* makeLine(
double x,
double y);
60 void printLine(
const std::string& line);
61 bool findNodes(
DtProfileNode* parent, std::string name, std::vector<DtProfileNode*>& found );
70 std::vector<DtProfileNode*>
nodes;
75 typedef std::map<std::string, StatList*>
GroupMap;