[BACK]Return to gprof.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/gprof.1 between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:20 version 1.2, 1995/12/14 02:52:38
Line 1 
Line 1 
 .\"     $NetBSD: gprof.1,v 1.5 1995/04/19 07:15:57 cgd Exp $  .\"     $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $
 .\"  .\"
 .\" Copyright (c) 1983, 1990, 1993  .\" Copyright (c) 1983, 1990, 1993
 .\"     The Regents of the University of California.  All rights reserved.  .\"     The Regents of the University of California.  All rights reserved.
Line 213 
Line 213 
 This is useful with the  This is useful with the
 .Fl c  .Fl c
 option for discovering which routines were never called.  option for discovering which routines were never called.
   .El
   .Sh ENVIRONMENT
   .Bl -tag -width PROFDIR
   .It Ev PROFDIR
   If the environmental variable
   .Ev PROFDIR
   is set, profiling information is placed in that directory in a file named
   .Pa pid.progname .
   If it is set to a null value, no profiling information is output.
   Otherwise, profiling information is placed in the file
   .Pa gmon.out .
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width gmon.sum -compact  .Bl -tag -width gmon.sum -compact

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2