On 31 March 2011 19:41, Ben Cuthbert <ben_cuthb...@yahoo.co.uk> wrote:
> All
>
> I have been looking over the code in the JUnitSampler code under the jmeter 
> source.
> I would like to make a change to use nanoTime() rather than milliseconds.

Why?

> I can see in the AnnotatedTestCase there is an elapsed time. But I can't see 
> how it
> is returned to a results table. Any ideas?

The time in AnnotatedTestCase is only used for reporting timeout errors.

The actual sample time is calculated using SampleResult.sampleStart()
and sampleEnd() which already use nanoTime().

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org

Reply via email to