Subject: Re: Culling a few calls to microtime()
To: None <itojun@iijlab.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 07/31/2002 22:58:56
On Thu, Aug 01, 2002 at 11:43:49AM +0900, itojun@iijlab.net wrote:

 > >This is a little change to reduce a few calls to microtime() based on
 > >some other similar code in the kernel.  Seem reasonable?
 > 
 > 	i'm not too sure, but mono_time is safer?  no?

No, microtime returns results based on time, not mono_time, so using
time is more appropriate.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>