Why is SampleTime has a limit of 20000 measurements and the rest are thrown away?

Konstantin Dmitriev kon.dmitriev at gmail.com
Sat Dec 6 20:27:22 UTC 2014


int targetSamples = (int) (control.getDuration(TimeUnit.MILLISECONDS)
* 20); // at max, 20 timestamps per millisecond

Regards
Konstantin


More information about the jmh-dev mailing list