On Thu, 23 Aug 2012, Xi Chen wrote:

Hi Nilay,

Yes, I've taken a look at the ruby.stats file.
I'm a little confused about some naming issues, like:
Request_type_LD, request_type_ST and request_type_ATOMIC, what is the
difference of them?

These names seem self explanatory. LD stands for load, ST for store, ATOMIC for atomic read/modify/write requests.


Also in the ruby.stats file, there is only average network latency which
defined as: network_latency/flits_received.
I want to find the request/packet latency sent out by L1 cache into the
network. Actually I looked into the code like Sequencer.cc and port.cc, but
still got no clue.


In the file, you should find several histograms on miss latencies.

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

Reply via email to