On 22/05/07, Stefano Gambetta <[EMAIL PROTECTED]> wrote:
Hello,
[...]
I think I saw an interesting result: most of the thread sampler time is spent in one method of one particular class of JMeter, and a minor part is spent inside the Java Request sampler. The mentioned method is: SamplePackage.setRunningVersion() Giving that results, I have some questions: - what does that method do?
It sets the TestElement running version, which is used to update the property running version.
- is it possible to reduce its overhead?
I don't think so, but as far as I can tell, it is only called before and after a test, not during the running of the test.
Thanks for any replies
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

