diff options
author | Merov Linden <merov@lindenlab.com> | 2012-04-13 17:20:53 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-04-13 17:20:53 -0700 |
commit | adf5b5c1efaed30dc043652b174d76c9088f4b18 (patch) | |
tree | 7ebd44c36f7777413406b4043ab436b492600e02 /indra/llimage/llimagej2c.h | |
parent | 8778010feec5193c5ffc88d70e4a303aebaaaee4 (diff) | |
parent | 8b3703bd03487e6d70a793427ed1587b1cd86808 (diff) |
Final pull from viewer-thx1138
Diffstat (limited to 'indra/llimage/llimagej2c.h')
-rw-r--r-- | indra/llimage/llimagej2c.h | 1 |
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 |