konradreiche / java-concurrency-profiler

A Java profiler with emphasis on concurrent program information.
Other
6 stars 1 forks source link

Measuring Method Execution #40

Closed konradreiche closed 13 years ago

konradreiche commented 13 years ago

Methods can be measured in different means: time taken, CPU clock cycles, number of invocations or relative wall time compared to every other method. Implement this feature and display the results in a table.