ecos: store traceinfo.txt in correct location
This commit completes the change introduced in commit
59e5fd3169.
Change-Id: I0a6ab7b35fbb69cbb8ef91e187b0d0bc32d01071
This commit is contained in:
@ -252,7 +252,8 @@ bool EcosKernelTestExperiment::performTrace(guest_address_t addr_entry, guest_ad
|
||||
log << dec << "elapsed simulated time (plus safety margin): " << (estimated_timeout * TIMER_GRANULARITY / 1000000.0) << "s" << endl;
|
||||
|
||||
// save these values for experiment STEP 3
|
||||
EcosKernelTestCampaign::writeTraceInfo(instr_counter, estimated_timeout, lowest_addr, highest_addr);
|
||||
EcosKernelTestCampaign::writeTraceInfo(instr_counter, estimated_timeout,
|
||||
lowest_addr, highest_addr, m_variant, m_benchmark);
|
||||
|
||||
simulator.removeFlow(&tp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user