SamplingVsInstrumentation icon indicating copy to clipboard operation
SamplingVsInstrumentation copied to clipboard

Small demo code for experimenting with the differences of sampling and instrumentation to measure the performance of Java code

Sampling or Instrumentation

This code helps understanding the differences between Sampling and Instrumentation to measure performance of Java Code.

Contribute

While I do not intend to work much on this, pull requests are happily accepted. Please take into account that this is for educational purpose, so please do not turn this code into a super smart profiler.