projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18382b
)
perf stat: Fix --delay option in man page
author
Andi Kleen
<ak@linux.intel.com>
Tue, 7 Jan 2014 22:14:06 +0000
(14:14 -0800)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 13 Jan 2014 13:06:24 +0000
(10:06 -0300)
The --delay option was documented as --initial-delay in the manpage. Fix this.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link:
http://lkml.kernel.org/r/1389132847-31982-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-stat.txt
patch
|
blob
|
history
diff --git
a/tools/perf/Documentation/perf-stat.txt
b/tools/perf/Documentation/perf-stat.txt
index
80c7da6
..
29ee857
100644
(file)
--- a/
tools/perf/Documentation/perf-stat.txt
+++ b/
tools/perf/Documentation/perf-stat.txt
@@
-133,7
+133,7
@@
use --per-core in addition to -a. (system-wide). The output includes the
core number and the number of online logical processors on that physical processor.
-D msecs::
---
initial-
delay msecs::
+--delay msecs::
After starting the program, wait msecs before measuring. This is useful to
filter out the startup phase of the program, which is often very different.