Gwinel / likwid

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

Provide a sane CPI mean calculation #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the mean calculation for the statistics table of the CPI metric sums 
up over the CPI value. This produces wrong results.

Solution:

Sum up the raw events (instructions executed and cycles unhalted) and calculate 
CPI for the whole thread group.

Original issue reported on code.google.com by jan.trei...@gmail.com on 20 Nov 2012 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 20 Nov 2012 at 7:45

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 20 Nov 2012 at 9:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 4687baf22eba.

Original comment by jan.trei...@gmail.com on 27 Nov 2012 at 7:46