Yes simple network does not output network latency stats, only garnet does. In Garnet the start and end are easy to identify since they are network interfaces, while all intermediate nodes are routers. In Simple Network on the other hand all nodes are identical … Messages move between MessageBuffers at different nodes. A node doesn't easily know if the message came from another router or the cache controller. You will probably need some way to identify that, after which calculating network latency should be straight forward.
- Tushar On Aug 29, 2012, at 3:31 PM, Jun Pang wrote: > Hi all, > > I didn't see any network latency summary in ruby.stat when running ruby > simple network with some protocol. I wonder if that is implemented or I need > to do that by myself. If so, what's the simple way to do it? > > Thanks, > > Jun > _______________________________________________ > gem5-users mailing list > gem5-users@gem5.org > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users