nanojpeg: experiment largely complete

- utilizes ELF reader to find symbols
 - retrieves generated image from guest system and calculates PSNR

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1798 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-22 21:13:20 +00:00
parent 781fbf1f4e
commit 8de290f47d
5 changed files with 293 additions and 5 deletions

View File

@ -8,5 +8,7 @@
#define NANOJPEG_RESULTS "nanojpeg.csv"
#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
#define NANOJPEG_TIMEOUT 5000 // 2s
#define NANOJPEG_GOLDEN_PPM "golden.ppm"
#define NANOJPEG_STATE "bochs.state"
#endif