CodingFabian / SamplingVsInstrumentation

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

Home Page:http://blog.codecentric.de/en/2011/10/measure-java-performance-sampling-or-instrumentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://blog.codecentric.de/en/2011/10/measure-java-performance-sampling-or-instrumentation/


Languages

Language:Java 100.0%