mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2006-10-16 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
* gprof.c (main): Fix option string for -C, -n and -N.
|
* gprof.c (main): Fix option string for -C, -n and -N.
|
||||||
|
@ -703,13 +703,13 @@ inaccuracies.
|
|||||||
This option affects execution count output only.
|
This option affects execution count output only.
|
||||||
Symbols that are executed less than @var{num} times are suppressed.
|
Symbols that are executed less than @var{num} times are suppressed.
|
||||||
|
|
||||||
@item -n[@var{symspec}]
|
@item -n@var{symspec}
|
||||||
@itemx --time[=@var{symspec}]
|
@itemx --time=@var{symspec}
|
||||||
The @samp{-n} option causes @code{gprof}, in its call graph analysis,
|
The @samp{-n} option causes @code{gprof}, in its call graph analysis,
|
||||||
to only propagate times for symbols matching @var{symspec}.
|
to only propagate times for symbols matching @var{symspec}.
|
||||||
|
|
||||||
@item -N[@var{symspec}]
|
@item -N@var{symspec}
|
||||||
@itemx --no-time[=@var{symspec}]
|
@itemx --no-time=@var{symspec}
|
||||||
The @samp{-n} option causes @code{gprof}, in its call graph analysis,
|
The @samp{-n} option causes @code{gprof}, in its call graph analysis,
|
||||||
not to propagate times for symbols matching @var{symspec}.
|
not to propagate times for symbols matching @var{symspec}.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user