Improvements to stats

This commit is contained in:
Robert Osfield
2007-01-22 11:22:37 +00:00
parent 24bc488205
commit d6ecce6f5f
4 changed files with 125 additions and 43 deletions

View File

@@ -46,7 +46,8 @@ class OSG_EXPORT Stats : public osg::Referenced
AttributeMap& getAttributeMap(int frameNumber);
const AttributeMap& getAttributeMap(int frameNumber) const;
void report(std::ostream& out);
void report(std::ostream& out, const char* indent=0) const ;
void report(std::ostream& out, unsigned int frameNumber, const char* indent=0) const;
protected: