gkamal / likwid

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

Add Overflow treatment #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment there is no overflow treatment in LIKWID.

Solution:

Implement central overflow treatment for all counter results.

Original issue reported on code.google.com by jan.trei...@gmail.com on 17 Dec 2012 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 8 May 2014 at 11:09

GoogleCodeExporter commented 9 years ago
All counter results are checked for overflows in Likwid 4.0. Either by 
comparing it to the start value or if possible reading of overflow flags in the 
overflow registers.

Original comment by Thomas.R...@googlemail.com on 4 May 2015 at 2:43