booksim / booksim2

BookSim 2.0
http://nocs.stanford.edu/booksim.html
Other
255 stars 158 forks source link

latency measurements #18

Closed qweali closed 7 years ago

qweali commented 7 years ago

What's the difference between overall network latency and overall packet latency? And how measure each of them?

razzfazz commented 7 years ago

Network latency measures the time it takes each flit to traverse the network. Packet latency measures the time between a packet being generated and consumed; in particular, that includes queueing delay at the network ingress (i.e., time spent sitting in an injection buffer) and serialization delay (i.e., an n-flit packet takes n cycles to be injected into the network flit-by-flit).

razzfazz commented 7 years ago

(Closing as this is not actually an issue. Please don't use the issue tracker for asking random questions.)