Gwinel / likwid

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

Support continous measurement #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
likwid-perfCtr should support a mode were the counters run during 
execution of the application and in configured time steps read out and 
printed. This allows to generate graphs of events or derived metrics over an 
applications execution time.

Tasks:
1. Adopt the multiplex module to allow continous measurements.
2. Extend the architectures code by a routine to just read out results.
3. Provide output and computations of raw events and derived metrics.

Original issue reported on code.google.com by jan.trei...@gmail.com on 20 Aug 2010 at 7:39

GoogleCodeExporter commented 9 years ago
A Daemon mode was added which allows continuous measurements.

Original comment by jan.trei...@gmail.com on 12 Oct 2010 at 7:39