cvs commit: src/usr.bin/top machine.c

Alfred Perlstein alfred at FreeBSD.org
Sun Jul 11 21:55:08 PDT 2004


alfred      2004-07-12 04:55:07 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/top          machine.c 
  Log:
  Cache a pointer to the old proc (as well as negative cache) to make
  computing the io statistics over and over not as expensive.
  This is a bit of a cop out, as I should just allocate a struct with
  the computed values, but this will do for now.
  
  Revision  Changes    Path
  1.65      +13 -2     src/usr.bin/top/machine.c


More information about the cvs-src mailing list