Re: optimizeit: how to workaround/minimize wrong cput time in Object.wait()

From: NOBODY (antispam_at_0.0.0.0)
Date: 11/09/04


Date: Tue, 09 Nov 2004 14:02:31 GMT


> Try to use another profiling tool (for example, YourKit profiler
> http://www.yourkit.com). It has an ability to skip such Object.wait()
> times.

I tried to filter out Object.wait, but it works only in method sampling,
not line sampling.

I will give it a try anyway. Thanks.