Hello All,
I generate trace file using Commonitor and decoded the trace file by using
decode_packet_trace.py file in util folder. The output looks like this:

5,r,0,4,3328,0
5,r,32,4,3328,500
5,r,36,4,3328,1000
5,r,40,4,3328,1500
6,r,200,4,3146,1500
5,r,44,4,3328,2000
5,r,48,4,3328,2500
5,r,52,4,3328,3000
6,r,204,4,3146,3000
5,r,56,4,3328,3500
5,r,92,4,3328,4000
6,w,51340,4,3146,4000

But I do not know why the last column (which is the time in ticks)
sometimes have duplicate values. For example, at the time 1500, 3000, 4000,
it saves two times.
Anyone have clue to this problem?

Thanks,
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to