Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2002 04:07:21 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/gprof aout.c arcs.c gprof.c printgprof.c
Message-ID:  <200202211207.g1LC7LG86377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/02/21 04:07:21 PST

  Modified files:
    usr.bin/gprof        aout.c arcs.c gprof.c printgprof.c 
  Log:
  Fixed printf format errors.  In printgprof.c, also convert the scale
  without possibly losing lots of precision, and print the scale using
  %g instead of %d in case it is non-integral.  %g might not be the best
  format for this.
  
  Revision  Changes    Path
  1.3       +2 -2      src/usr.bin/gprof/aout.c
  1.8       +7 -7      src/usr.bin/gprof/arcs.c
  1.14      +11 -11    src/usr.bin/gprof/gprof.c
  1.7       +19 -19    src/usr.bin/gprof/printgprof.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202211207.g1LC7LG86377>