Skip to content

Commit

Permalink
perf diff: Improve the help text
Browse files Browse the repository at this point in the history
Fix the short line displayed by 'perf' and also fix some other
details in the longer text.

Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Dec 15, 2009
1 parent 0f624e7 commit d30531c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/perf/Documentation/perf-diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ perf-diff(1)

NAME
----
perf-diff - Read perf.data (created by perf record) and display the profile
perf-diff - Read two perf.data files and display the differential profile

SYNOPSIS
--------
Expand All @@ -12,7 +12,7 @@ SYNOPSIS

DESCRIPTION
-----------
This command displays the performance difference among two perf.data files
This command displays the performance difference amongst two perf.data files
captured via perf record.

If no parameters are passed it will assume perf.data.old and perf.data.
Expand All @@ -21,10 +21,10 @@ OPTIONS
-------
-p::
--percentage::
Show percentages instead of raw counters
Show percentages instead of raw counts
-v::
--verbose::
Be verbose, for instance, show the raw counters in addition to the
Be verbose, for instance, show the raw counts in addition to the
diff.
SEE ALSO
--------
Expand Down

0 comments on commit d30531c

Please sign in to comment.