126c126
< Trace::InstRecord::dump(ostream &outs)
---
> Trace::InstRecord::dump()
127a128,129
> ostream &outs = Trace::output();
>
197c199
< ccprintf(outs, "%7d ) ", cycle);
---
> ccprintf(outs, "%7d ) ", when);
209,210c211,212
< if (flags[PRINT_CYCLE])
< ccprintf(outs, "%7d: ", cycle);
---
> if (flags[PRINT_TICKS])
> ccprintf(outs, "%7d: ", when);
327c329
< // let's skip comparing this cycle
---
> // let's skip comparing this tick
751c753
< flags[PRINT_CYCLE] = exe_trace_print_cycle;
---
> flags[PRINT_TICKS] = exe_trace_print_cycle;