summaryrefslogtreecommitdiff
path: root/indra/newview/lltextureinfo.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <andreylproductengine@lindenlab.com>2015-10-29 15:15:10 +0200
committerAndrey Lihatskiy <andreylproductengine@lindenlab.com>2015-10-29 15:15:10 +0200
commit2b19f3d87b9f7f77a3eac9205cdbe2c2b72ded44 (patch)
treef2ad8814f259fd8b9fc398face1d4128795368a4 /indra/newview/lltextureinfo.h
parente74987041f97ea8345dae8b048adfda46670fb78 (diff)
parent8019eba6af62c81f7ed29105d4d345e78b3f8432 (diff)
Merged lindenlab/viewer-lion into default
Diffstat (limited to 'indra/newview/lltextureinfo.h')
-rwxr-xr-xindra/newview/lltextureinfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lltextureinfo.h b/indra/newview/lltextureinfo.h
index 176f2cbb74..03721bdd73 100755
--- a/indra/newview/lltextureinfo.h
+++ b/indra/newview/lltextureinfo.h
@@ -35,7 +35,7 @@
class LLTextureInfo
{
public:
- LLTextureInfo();
+ LLTextureInfo(bool postponeStartRecoreder = true);
~LLTextureInfo();
void setUpLogging(bool writeToViewerLog, bool sendToSim, U32Bytes textureLogThreshold);
@@ -53,6 +53,8 @@ public:
void resetTextureStatistics();
U32 getTextureInfoMapSize();
LLSD getAverages();
+ void startRecording();
+ void stopRecording();
private:
void addRequest(const LLUUID& id);