Open GoogleCodeExporter opened 9 years ago
Please provide more details on why timeline mode does not work for threaded
case.
Original comment by jan.trei...@gmail.com
on 8 May 2014 at 12:37
Since no additional information was postet by 'sursri' we cannot work on the
problem with the multithreaded timeline measurements.
For your first question. Yes it is possible, but there is currently no
implementation of this behavior. The steps are the following:
- Initialize counter as normal but enable interrupt on overflow (polling would
also be possible but does not provide accurate results)
- Set desired counter register ( Something like PMC0 with event
INSTRUCTIONS_RETIRED to 2^(register width) - (instruction interval) )
- Start counters
- On interrupt read all configured counters and reinitialize counter registers.
And so on.
Original comment by Thomas.R...@googlemail.com
on 5 Aug 2014 at 11:59
Not implemented in Likwid 4.0
Likwid does not use the interrupts, so only polling possible.
Original comment by Thomas.R...@googlemail.com
on 5 May 2015 at 9:00
I moved the issue to GitHub: https://github.com/rrze-likwid/likwid/issues/4
Original comment by Thomas.R...@googlemail.com
on 8 Jun 2015 at 12:37
Original issue reported on code.google.com by
sur...@gmail.com
on 11 Mar 2014 at 1:31