diff options
author | Merov Linden <merov@lindenlab.com> | 2012-05-08 10:16:14 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-05-08 10:16:14 -0700 |
commit | 5c11b6b2e59ea8042d8dac6071b8be4c81293889 (patch) | |
tree | 5030b0b06c8719b11976ec311f35ece94e2d3bd0 /indra/llimage/llimagej2c.h | |
parent | 681c5de92bd09622de360818682240b0a17403f7 (diff) |
SH-3047 : Tweak of the performance compression data gathering code
Diffstat (limited to 'indra/llimage/llimagej2c.h')
-rw-r--r-- | indra/llimage/llimagej2c.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h index 42093e0e64..ce8195940d 100644 --- a/indra/llimage/llimagej2c.h +++ b/indra/llimage/llimagej2c.h @@ -156,7 +156,8 @@ class LLImageCompressionTester : public LLMetricPerformanceTesterBasic U32 mTotalBytesOutDecompression; // Total bytes produced by decompressor U32 mTotalBytesInCompression; // Total bytes fed to compressor U32 mTotalBytesOutCompression; // Total bytes produced by compressor - U32 mRunBytesInDecompression; // Bytes fed to decompressor in this run + U32 mRunBytesInDecompression; // Bytes fed to decompressor in this run + U32 mRunBytesOutDecompression; // Bytes produced by the decompressor in this run U32 mRunBytesInCompression; // Bytes fed to compressor in this run // // Time |