diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-03 22:20:55 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-03 22:20:55 +0000 |
commit | 889c369f495827739d74c338fb481414a503634a (patch) | |
tree | c85fbc4fded6e49c5ec087b8b3f11b37e27b6792 | |
parent | 7f85f79ccef5a83bf3f01e7d3b70260c5d007e96 (diff) | |
download | FreeBSD-src-889c369f495827739d74c338fb481414a503634a.zip FreeBSD-src-889c369f495827739d74c338fb481414a503634a.tar.gz |
pmcstudy.8: minor "efficiency" fix.
No functional change.
-rw-r--r-- | usr.sbin/pmcstudy/pmcstudy.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstudy/pmcstudy.8 b/usr.sbin/pmcstudy/pmcstudy.8 index 7c03897..725a988 100644 --- a/usr.sbin/pmcstudy/pmcstudy.8 +++ b/usr.sbin/pmcstudy/pmcstudy.8 @@ -122,7 +122,7 @@ Add (+), Subtract (-), Divide (/) and Multiplication (*) are supported. You may also introduce constant numbers. -For example you can do a standard efficency +For example you can do a standard efficiency test like .Fl E "UOPS_RETIRED.RETIRE_SLOTS / (4 * CPU_CLK_UNHALTED.THREAD_P)". |