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.
Details
Details
- Reviewers
rene swills - Commits
- rP437452: new port: java/lightweight-java-profiler
poudriere tested on 10.3, 11.0, HEAD amd64
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
java/lightweight-java-profiler/Makefile | ||
---|---|---|
18 ↗ | (On Diff #26805) | This is not true, upstream says:
You could easily support both 32 and 64 bits builds. Also, it says nothing about working only on x86, maybe it works on arm, mips... |
java/lightweight-java-profiler/Makefile | ||
---|---|---|
18 ↗ | (On Diff #26805) | It has inline assembly only for i386 and amd64. I think that rules out arm, mips, ... :-) |
java/lightweight-java-profiler/Makefile | ||
---|---|---|
18 ↗ | (On Diff #26805) | Then the message should not be "only builds and is supported on i386/amd64", which is already what ONLY_FOR_ARCH=amd64 i386 says, but "contains inline x86 assembly" |