diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
commit | f3445b37b67deb8f67f7885274b2544684503f78 (patch) | |
tree | 7728c7ad03f97288e55905fe67725498771729c1 /gprof/README | |
parent | 3aade68889268c7d15e121d6d63cb1b753ec12fa (diff) | |
download | gdb-f3445b37b67deb8f67f7885274b2544684503f78.zip gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.gz gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.bz2 |
Remove trailing spaces in gprof
Diffstat (limited to 'gprof/README')
-rw-r--r-- | gprof/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/README b/gprof/README index 3f2b45f..accd0d9 100644 --- a/gprof/README +++ b/gprof/README @@ -1,7 +1,7 @@ README for GPROF -This is the GNU profiler. It is distributed with other "binary -utilities" which should be in ../binutils. See ../binutils/README for +This is the GNU profiler. It is distributed with other "binary +utilities" which should be in ../binutils. See ../binutils/README for more general notes, including where to send bug reports. This file documents the changes and new features available with this @@ -118,7 +118,7 @@ Here are some examples: dots. In such cases, it is necessary to add a leading colon to the name. For example, ":.mul" selects function ".mul". - + main.c:main Selects function "main" in file "main.c". main.c:134 Selects line 134 in file "main.c". @@ -195,7 +195,7 @@ Short Form: Long Form: option is specified multiple times, the flat profile includes symbols selected by the union of all symspecs. - + -P[symspec] --no-flat-profile[=symspec] Suppress output in the flat profile. If given without an argument, the flat profile is suppressed |