checksum-oostubs: traces aren't single protobuf messages

... therefore we shouldn't use the .pb file extension here.  Simply rename
your existing .pb to .tc for reuse.

+defining LOCAL for experiment debugging (disabled)

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1415 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-07-03 14:33:03 +00:00
parent 9d0bb7b6b5
commit aba1ad1e4d
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@
using namespace std;
using namespace fail;
char const * const trace_filename = "trace.pb";
char const * const trace_filename = "trace.tc";
char const * const results_filename = "chksumoostubs.csv";
// equivalence class type: addr, [i1, i2]

View File

@ -21,6 +21,8 @@
#include "ecc_region.hpp"
#define LOCAL 0
using namespace std;
using namespace fail;
@ -73,7 +75,7 @@ bool ChecksumOOStuBSExperiment::run()
tp.restrictMemoryAddresses(&mm);
// record trace
char const *tracefile = "trace.pb";
char const *tracefile = "trace.tc";
ofstream of(tracefile);
tp.setTraceFile(&of);