diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-04-12 09:16:54 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-04-12 09:16:54 +0000 |
| commit | d62f5d4e5cd7f5aea196e45c253deab5605cc5a1 (patch) | |
| tree | 3c479a1afefd522f2760a6c20264b8e9a4127db8 | |
| parent | 959bf739289218985ff668e2e0c15985dc25eb20 (diff) | |
Notes
| -rw-r--r-- | lib/libpmc/pmc.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index f3d44078f557..aee4c9a9da1d 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -1600,7 +1600,8 @@ Count the weighted number of cycles while a data cache unit miss is outstanding, incremented by the number of outstanding cache misses at any time. .It Li p6-div -Count the number of floating point multiplies. +Count the number of integer and floating-point divides including +speculative divides. This event is only allocated on counter 1. .It Li p6-emon-esp-uops .Pq Tn "Pentium M" @@ -2046,7 +2047,8 @@ Count the number of MMX saturating instructions executed. .Pq Tn "Pentium II" , Tn "Pentium III" Count the number of MMX micro-ops executed. .It Li p6-mul -Count the number of floating point multiplies. +Count the number of integer and floating-point multiplies, including +speculative multiplies. This event is only allocated on counter 1. .It Li p6-partial-rat-stalls Count the number of cycles or events for partial stalls. |
