On Wed, Mar 12, 2008 at 5:24 AM, sebb wrote: > On 12/03/2008, Matt McClure wrote:
> > Can JMeter be configured for higher-resolution timing? > > If you are prepared to do some Java coding, you could change the > SampleResult class to use nanotime for the calculations. > > You could try replacing all the calls to currentTimeMillis() with the > appropriately scaled nanoTime. This would hopefully get around the > resolution problem. Thanks for your suggestion. I opened an enhancement issue in Bugzilla[1] and attached a patch vs. r636302 from http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_1 . [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=44600 Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

