Hi there, I tried to run gem5 and collected the average access time for uncacheable accesses. However, I can only see the uncacheable access latencies (total), but cannot see the uncacheable access numbers in the output files.
I checked the src/mem/cache/cache_impl.hh, and found that there was only mshr_uncacheable_lat[][]+=miss_latency, rather than mshr_uncacheable++. I think that it should be the reason why I can only see the number of total latency and the avg_latency "infinite" for uncacheable accesses. Does it make sense? Thanks Best regards, Peng Wei
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
