Re: The sixty second pmc howto
- From: Andrew Gallatin <gallatin@xxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 10:42:56 -0500 (EST)
Robert Watson writes:
On Thu, 23 Feb 2006, Andrew Gallatin wrote:
Robert Watson writes:
(2) Run "pmcstat -S instructions -O /tmp/sample.out" to start sampling of
instruction retirement events, saving the results to /tmp/sample.out.
Dumb question, but what does "instructions" really mean? The number of
instructions, the time spent executing them, ?
pmcstat magically translates 'instructions' into 'p4-instr-retired', which
might well refer to what happens to an instruction when it is believed to have
successfully executed. Presumably this happens once you know it hasn't been
mispredicted, etc, but I'm sure someone can give a better and more detailed
answer.
Let's say it takes 1000 cycles to issue a memory load because of a
cache miss, and 1 cycle to increment something already in a register.
Let's also say that your program does each operation the same number
of times.
Does the 'instructions' count each operation identically so both
operations appear to cost the same, or is it sampled from some clock
interrupt, so that the memory load (correctly) shows up 1000 times
more often?
For what its worth, I tend to use k8-bu-cpu-clk-unhalted because
my gut feeling is that it probably gives the latter behaviour.
Drew
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: The sixty second pmc howto
- From: Joseph Koshy
- Re: The sixty second pmc howto
- References:
- The sixty second pmc howto
- From: Robert Watson
- Re: The sixty second pmc howto
- From: Andrew Gallatin
- Re: The sixty second pmc howto
- From: Robert Watson
- The sixty second pmc howto
- Prev by Date: Re: The sixty second pmc howto
- Next by Date: Page fault in thr_exit()
- Previous by thread: Re: The sixty second pmc howto
- Next by thread: Re: The sixty second pmc howto
- Index(es):
Relevant Pages
|
|