dberc / tpzsimul

Automatically exported from code.google.com/p/tpzsimul
GNU General Public License v2.0
0 stars 0 forks source link

How ro print periodic injection and consumption rates #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the command Options  the options for "applied load expressed in percentage 
of bisection" and "prints each printing_period the injection and consumption 
maps" are both represented as 'l'(small L). Is it a typo? Also in 
TPZSimulator.cpp option for the later is I. 

But when simulation was run with '-I 1000'option it did not print the injection 
and consumption rates for each 1000 ccs, instead it prints them only once.

What is the exact command to print Injection and consumption rates periodically?

Original issue reported on code.google.com by mono0...@gmail.com on 30 May 2012 at 12:36

GoogleCodeExporter commented 9 years ago
As you mention, the -I option is not working, but you can use the -m option. 
Specifying the number of cycles desired (-m 10000 for example) it prints 
network statistics every 10000 cycles. The statistics printed with this option 
are: Network consumption rate (flits/cycle and flits/cycle/router), average 
network latency, max network latency and average distance.
You also have the possibility to print statistics every time a certain amount 
of packets are consumed (instead of cycle-based statistics), with the -d option.
If you need more fine grain results (maybe per-router numbers instead of global 
ones) code must be modified.

Original comment by p.aba...@gmail.com on 28 Jun 2012 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by vpue...@gmail.com on 2 Apr 2013 at 7:48