Hi,
I've done some more testing. Using an example from the block
prefetching paper from AMD, I wrote a test that contains a fixed
number of prefetches. I've varied the number of prefetches and
measured them. The resulting graph is attached.
The counter seems to work, as the number of inse
Op 9-mrt-09, om 16:58 heeft Robert Richter het volgende geschreven:
> On 09.03.09 15:37:38, frederick.ryckbo...@ugent.be wrote:
>> I'm working on a program that dynamically inserts prefetches in
>> program code.
>> Now I'm trying to measure the number of prefetches executed by the
>> program, wh
On 09.03.09 15:37:38, frederick.ryckbo...@ugent.be wrote:
> I'm working on a program that dynamically inserts prefetches in program code.
> Now I'm trying to measure the number of prefetches executed by the
> program, when I use:
>
> pfmon -u -e PREFETCH_INSTRUCTIONS_DISPATCHED:ALL ./myprog
Wha
Hi,
I'm working on a program that dynamically inserts prefetches in program code.
Now I'm trying to measure the number of prefetches executed by the
program, when I use:
pfmon -u -e PREFETCH_INSTRUCTIONS_DISPATCHED:ALL ./myprog
I get:
0 PREFETCH_INSTRUCTIONS_DISPATCHED:ALL
I'm sure the prefe