[opensource-dev] Review Request: STORM-987 : llimage_libtest : create an independent executable to exercise llimage outside the viewer
Merov Linden
merov at lindenlab.com
Thu Mar 10 22:15:47 PST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/195/
-----------------------------------------------------------
(Updated March 10, 2011, 10:15 p.m.)
Review request for Viewer.
Changes
-------
Took Vadim's private comments into account:
- added more arguments consistency checking
- flushed perf data when done with images so that there's something in the slp file, even for small amount of data analyzed
Summary
-------
This creates a new independent executable that exercise the entire llimage libray, loading and saving all supported image file formats, gathering perf data and outputting basic image info.
The use of the application itself is documented in the wiki: https://wiki.secondlife.com/wiki/Llimage_libtest
>From a code standpoint, the main things done are:
- Add a new test application in indra/integration_tests/llimage_libtest/
- Move some perf amalyzing code from indra/newview/llfasttimerview.cpp to indra/llcommon/llmetricperformancetester so that it can be used outside the newview context (as it should...)
- Small cleanup in llimage.h
This addresses bug STORM-987.
http://jira.secondlife.com/browse/STORM-987
Diffs (updated)
-----
indra/integration_tests/CMakeLists.txt 344d4c6d7d7e
indra/integration_tests/llimage_libtest/CMakeLists.txt PRE-CREATION
indra/integration_tests/llimage_libtest/llimage_libtest.h PRE-CREATION
indra/integration_tests/llimage_libtest/llimage_libtest.cpp PRE-CREATION
indra/llcommon/llmetricperformancetester.h 344d4c6d7d7e
indra/llcommon/llmetricperformancetester.cpp 344d4c6d7d7e
indra/llimage/llimage.h 344d4c6d7d7e
indra/llimage/llimagej2c.cpp 344d4c6d7d7e
indra/newview/llfasttimerview.h 344d4c6d7d7e
indra/newview/llfasttimerview.cpp 344d4c6d7d7e
Diff: http://codereview.secondlife.com/r/195/diff
Testing
-------
So far, testing has been done on Mac only. Tests on Windows and Linux are planned and will likely result in cmake tweaks here and there. We're not planning however to alter dramatically this code further at this point.
Thanks,
Merov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110311/7e5bf808/attachment.htm
More information about the opensource-dev
mailing list