summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagej2c.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-04-13 15:42:54 -0700
committerMerov Linden <merov@lindenlab.com>2012-04-13 15:42:54 -0700
commit8b3703bd03487e6d70a793427ed1587b1cd86808 (patch)
treee2ff3ef5ffb3b466fe8da4dee812949dc27ed517 /indra/llimage/llimagej2c.h
parent7d8fdf9a85e176057422fcb20011287c1cb528ef (diff)
SH-3060 : Always use old byte range on low res (faster), reserve new byte range for high res.
Diffstat (limited to 'indra/llimage/llimagej2c.h')
-rw-r--r--indra/llimage/llimagej2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h
index 91c344d12f..42093e0e64 100644
--- a/indra/llimage/llimagej2c.h
+++ b/indra/llimage/llimagej2c.h
@@ -163,6 +163,7 @@ class LLImageCompressionTester : public LLMetricPerformanceTesterBasic
//
F32 mTotalTimeDecompression; // Total time spent in computing decompression
F32 mTotalTimeCompression; // Total time spent in computing compression
+ F32 mRunTimeDecompression; // Time in this run (we output every 5 sec in decompress)
};
#endif