Hi all,
I would like to add some information to the trace file so I changed
output format in CMUTrace::format_mac_common function likes that
Original
"%c %.9f %d (%6.2f %6.2f) %3s %4s %d %s [%x %x %x %x] ",
Modified
"%c %.9f %d (%6.2f %6.2f) %3s %4s %d %s %d [%x %x %x %x] ",
Trace graph still works with that trace file but do you think the result
is correct
But if I change to
"%c %.9f %d (%6.2f %6.2f) %3s %4s %d %s -c %d [%x %x %x %x] "
there was a reading problem.
Any idea is welcome.
Nguyen Lan.