Hello, using bean shell I tried use protected void setStartTime(long), but each time when I did it I received problem:
in post procesor BeanShell code: prev.setStartTime(startTime); log: Error in method invocation: Method setStartTime( long ) not found in class'org.apache.jmeter.samplers.SampleResult' I surprised because setEndTime works like I want. Any advice will be welcome Tx!