freebsd-ports/java/lightweight-java-profiler/pkg-descr
Johannes M Dieterich a77376a1fe new port: java/lightweight-java-profiler
A port of the lightweight-java-profiler (ljp). ljp acts as a bare-bones agentlib to produce profiling stacks that can be digested, e.g., by Brendan Gregg's flamegraph scripts.

Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10194
2017-04-01 17:58:59 +00:00

9 lines
321 B
Text

lightweight-java-profiler
a lightweight Java profiler which can be used for flamegraphs
The lightweight Java profiler acts as an agent library and generates
execution stacks. These can be fed into flamegraph utils to profile
Java applications at minimal cost.
WWW: https://github.com/inevity/lightweight-java-profiler