Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 1996 05:29:59 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/gprof printgprof.c
Message-ID:  <199606081229.FAA18564@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/06/08 05:29:59

  Modified:    usr.bin/gprof  printgprof.c
  Log:
  Print times/call in ns if hz >= 10e7.  hz will be this large for high
  resolution profiling on Pentiums.  On a 100MHz Pentium, the resolution
  is at best 10 ns and actually a few hundred ns, but units of 10's or
  100's of ns would be inconvenient and the current units of 1 us are a
  bit too coarse.
  
  Revision  Changes    Path
  1.4       +8 -3      src/usr.bin/gprof/printgprof.c



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