nanojpeg experiment: counting instructions

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1772 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-19 17:52:10 +00:00
parent a911ebb353
commit c58eb9d2cc
4 changed files with 120 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#ifndef __NANOJPEG_EXPERIMENT_HPP__
#define __NANOJPEG_EXPERIMENT_HPP__
#include "efw/ExperimentFlow.hpp"
#include "efw/JobClient.hpp"
class NanoJPEGExperiment : public fail::ExperimentFlow {
fail::JobClient m_jc;
public:
bool run();
};
#endif // __NANOJPEG_EXPERIMENT_HPP__