I'm trying the get the response time for the complete test case (All transactions) in JMeter. I'll be using it for calculating pacing using JSR223 Timer
I am able to get time for single sample using prev.getTime()
but when I use prev.getParent().getTime()
, I don't see anything in logs and script doesn't halt for pacing.
I have also tried placing the timer at a different level (Scope of thread group) still nothing. Where I am going wrong here?
Thanks, Sachin