diff options
author | Richard Linden <none@none> | 2013-01-17 23:30:50 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-17 23:30:50 -0800 |
commit | 033e96259912b1bfaa96529386bf255fab24c17f (patch) | |
tree | 427d207ce41924740c5815871330df7c925cec2d /indra/newview/llscenemonitor.h | |
parent | d290112d6f531bfe72700e85ddf48854cf1ab8d7 (diff) | |
parent | f740faf760cedec5b72928224b386c0dc8a3dd6e (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/newview/llscenemonitor.h')
-rw-r--r-- | indra/newview/llscenemonitor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llscenemonitor.h b/indra/newview/llscenemonitor.h index 02e3d57d46..93e6c20bb9 100644 --- a/indra/newview/llscenemonitor.h +++ b/indra/newview/llscenemonitor.h @@ -31,6 +31,7 @@ #include "llmath.h" #include "llfloater.h" #include "llcharacter.h" +#include "lltracerecording.h" class LLCharacter; class LLRenderTarget; @@ -61,6 +62,8 @@ public: bool isEnabled()const {return mEnabled;} bool needsUpdate() const; + LLTrace::ExtendableRecording* getRecording() const {return mRecording;} + private: void freezeScene(); void unfreezeScene(); @@ -86,6 +89,8 @@ private: F32 mDiffPixelRatio; //ratio of pixels used for comparison against the original mDiff size along one dimension std::vector<LLAnimPauseRequest> mAvatarPauseHandles; + + LLTrace::ExtendableRecording* mRecording; }; class LLSceneMonitorView : public LLFloater |