mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 08:02:20 +08:00
* gprof.texi (Output Options): Correct last patch to use @itemx, not
@item, for options with long option alternatives.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-17 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* gprof.texi (Output Options): Correct last patch to use @itemx, not
|
||||||
|
@item, for options with long option alternatives.
|
||||||
|
|
||||||
2004-05-17 Ben Elliston <bje@au.ibm.com>
|
2004-05-17 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* gprof.texi (Introduction): Update synopsis.
|
* gprof.texi (Introduction): Update synopsis.
|
||||||
|
@ -572,7 +572,7 @@ print a tally of functions and the number of times each was called.
|
|||||||
If @var{symspec} is specified, print tally, but exclude matching symbols.
|
If @var{symspec} is specified, print tally, but exclude matching symbols.
|
||||||
|
|
||||||
@item -r
|
@item -r
|
||||||
@item --function-ordering
|
@itemx --function-ordering
|
||||||
The @samp{--function-ordering} option causes @code{gprof} to print a
|
The @samp{--function-ordering} option causes @code{gprof} to print a
|
||||||
suggested function ordering for the program based on profiling data.
|
suggested function ordering for the program based on profiling data.
|
||||||
This option suggests an ordering which may improve paging, tlb and
|
This option suggests an ordering which may improve paging, tlb and
|
||||||
@ -584,7 +584,7 @@ in a particular order is system dependent and out of the scope of this
|
|||||||
manual.
|
manual.
|
||||||
|
|
||||||
@item -R @var{map_file}
|
@item -R @var{map_file}
|
||||||
@item --file-ordering @var{map_file}
|
@itemx --file-ordering @var{map_file}
|
||||||
The @samp{--file-ordering} option causes @code{gprof} to print a
|
The @samp{--file-ordering} option causes @code{gprof} to print a
|
||||||
suggested .o link line ordering for the program based on profiling data.
|
suggested .o link line ordering for the program based on profiling data.
|
||||||
This option suggests an ordering which may improve paging, tlb and
|
This option suggests an ordering which may improve paging, tlb and
|
||||||
|
Reference in New Issue
Block a user