On Fri, Feb 12, 2010 at 5:57 PM, heechul Yun wrote:
>
>
> On Fri, Feb 12, 2010 at 10:37 AM, stephane eranian
> wrote:
>>
>> On Fri, Feb 12, 2010 at 5:17 PM, heechul Yun
>> wrote:
>> > I'm experimenting performance counter to find deterministic events.
>> >
>> > I originally thought that the numb
On Fri, Feb 12, 2010 at 10:37 AM, stephane eranian
wrote:
> On Fri, Feb 12, 2010 at 5:17 PM, heechul Yun
> wrote:
> > I'm experimenting performance counter to find deterministic events.
> >
> > I originally thought that the number of retired instructions will be the
> > same for every run of the
On Fri, 12 Feb 2010, heechul Yun wrote:
> I'm experimenting performance counter to find deterministic events.
>
> I originally thought that the number of retired instructions will be the
> same for every run of the program with the same input. However, it was not.
>
> ///
>
> What is the reason
On Fri, Feb 12, 2010 at 5:17 PM, heechul Yun wrote:
> I'm experimenting performance counter to find deterministic events.
>
> I originally thought that the number of retired instructions will be the
> same for every run of the program with the same input. However, it was not.
>
> The following is
I'm experimenting performance counter to find deterministic events.
I originally thought that the number of retired instructions will be the
same for every run of the program with the same input. However, it was not.
The following is the result with the 'task' example provided in libpfm4
package.