summaryrefslogtreecommitdiff
path: root/gprof/gprof.texi
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-10-17 16:19:19 +0000
committerBob Wilson <bob.wilson@acm.org>2006-10-17 16:19:19 +0000
commit6bacc34ddf228e7ec5021e096b3deca26d213b22 (patch)
treee470c22c2e717c276499c9e51f6b2adcb8c82812 /gprof/gprof.texi
parentdae5f5cf4b47e0c8b81c090316093ecf5777f770 (diff)
* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r--gprof/gprof.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 41ef2f6811..beeddb6611 100644
--- a/gprof/gprof.texi
+++ b/gprof/gprof.texi
@@ -703,13 +703,13 @@ inaccuracies.
This option affects execution count output only.
Symbols that are executed less than @var{num} times are suppressed.
-@item -n[@var{symspec}]
-@itemx --time[=@var{symspec}]
+@item -n@var{symspec}
+@itemx --time=@var{symspec}
The @samp{-n} option causes @code{gprof}, in its call graph analysis,
to only propagate times for symbols matching @var{symspec}.
-@item -N[@var{symspec}]
-@itemx --no-time[=@var{symspec}]
+@item -N@var{symspec}
+@itemx --no-time=@var{symspec}
The @samp{-n} option causes @code{gprof}, in its call graph analysis,
not to propagate times for symbols matching @var{symspec}.