* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
authorBob Wilson <bob.wilson@acm.org>
Tue, 17 Oct 2006 16:19:19 +0000 (16:19 +0000)
committerBob Wilson <bob.wilson@acm.org>
Tue, 17 Oct 2006 16:19:19 +0000 (16:19 +0000)
gprof/ChangeLog
gprof/gprof.texi

index 336ef07..2415de0 100644 (file)
@@ -1,5 +1,9 @@
 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
 
+       * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
+
+2006-10-16  Bob Wilson  <bob.wilson@acm.org>
+
        * gprof.c (main): Fix option string for -C, -n and -N.
 
 2006-09-26  Thiemo Seufer  <ths@networkno.de>
index 41ef2f6..beeddb6 100644 (file)
@@ -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}.