Changeset 609 for branches/GNU/src/binutils/gprof/gprof.info-1
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gprof/gprof.info-1
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 This is gprof.info, produced by makeinfo version 4. 0from gprof.texi.1 This is gprof.info, produced by makeinfo version 4.3 from gprof.texi. 2 2 3 3 START-INFO-DIR-ENTRY … … 7 7 This file documents the gprof profiler of the GNU system. 8 8 9 Copyright (C) 1988, 92, 97, 98, 99, 2000 Free Software Foundation,10 Inc.9 Copyright (C) 1988, 92, 97, 98, 99, 2000, 2001 Free Software 10 Foundation, Inc. 11 11 12 12 Permission is granted to copy, distribute and/or modify this document 13 under the terms of the GNU Free Documentation License, Version 1.1 14 or any later version published by the Free Software Foundation; 15 with no Invariant Sections, with no Front-Cover Texts, and with no 16 Back-Cover Texts. A copy of the license is included in the 17 section entitled "GNUFree Documentation License".13 under the terms of the GNU Free Documentation License, Version 1.1 or 14 any later version published by the Free Software Foundation; with no 15 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 16 Texts. A copy of the license is included in the section entitled "GNU 17 Free Documentation License". 18 18 19 19 … … 206 206 didn't get written into `gmon.out'. The Perl script `bbconv.pl', 207 207 included with the `gprof' source distribution, will convert a `bb.out' 208 file into a format readable by `gprof'. 208 file into a format readable by `gprof'. Invoke it like this: 209 210 bbconv.pl < bb.out > BH-DATA 211 212 This translates the information in `bb.out' into a form that `gprof' 213 can understand. But you still need to tell `gprof' about the existence 214 of this translated information. To do that, include BB-DATA on the 215 `gprof' command line, _along with `gmon.out'_, like this: 216 217 gprof OPTIONS EXECUTABLE-FILE gmon.out BB-DATA [YET-MORE-PROFILE-DATA-FILES...] [> OUTFILE] 209 218 210 219 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.