gprof.1 (9b88faecd3630d92456ba16ca6b29818d0adcea9) | gprof.1 (5e75e35cca2eb446c514ea7c13a6be832fc8602a) |
---|---|
1.\" Copyright (c) 1983, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 47 unchanged lines hidden (view full) --- 56.Xr f77 1 . 57The 58.Fl pg 59option also links in versions of the library routines 60that are compiled for profiling. 61.Nm Gprof 62reads the given object file (the default is 63.Pa a.out) | 1.\" Copyright (c) 1983, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 47 unchanged lines hidden (view full) --- 56.Xr f77 1 . 57The 58.Fl pg 59option also links in versions of the library routines 60that are compiled for profiling. 61.Nm Gprof 62reads the given object file (the default is 63.Pa a.out) |
64and establishes the relation between it's symbol table | 64and establishes the relation between its symbol table |
65and the call graph profile. 66The default graph profile file name is the name 67of the executable with the suffix 68.Pa .gmon 69appended. 70If more than one profile file is specified, 71the 72.Nm --- 228 unchanged lines hidden --- | 65and the call graph profile. 66The default graph profile file name is the name 67of the executable with the suffix 68.Pa .gmon 69appended. 70If more than one profile file is specified, 71the 72.Nm --- 228 unchanged lines hidden --- |