On Fri, Jan 4, 2013 at 11:34 AM, Uwe Schindler <[email protected]> wrote:
> System.nanoTime is a syscall and heavy on some O/S. The times are only used > when inforstream is enabled, so the calls to nanotime should only be inside > "if (infostream)" blocks. Some of them are outside this check. How heavy? As heavy as a Lucene merge? ;) OK ok, I'll move them under the if ... Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
