I am currently doing some experiments with JProfiler and I have been collecting some strange results, with the same program taking really different amounts of time between different executions. When I run it without the profiler, the different runs take nearly the same time, so I believe the oddities are due to JProfiler. Hence, I was trying to minimize the effects of the profiler on the program execution, but so far, I was unable to change the default sampling rate (defined as 1s). Is there any way to do it? Specially when applied to the offline mode, as I am running the experiences on a remote machine.
Thanks in advance.
