X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gprof%2FREADME;h=3e7d661dc4aab4505d11154baf0b2f2c32dab661;hb=0394eed15c5bf24943850f356785152c3d65ab94;hp=8fe2da8a5ae5d34039c8c95ec84ff7601acd390d;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/README b/gprof/README index 8fe2da8a5a..3e7d661dc4 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 @@ -440,3 +440,9 @@ that is currently present in libgcc2.c does not generate a gmon.out file in a suitable format. This should be fixed for future releases of gcc. In the meantime, contact davidm@cs.arizona.edu for a version of __bb_exit_func() to is appropriate. + +Copyright (C) 2012-2019 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.