jvm-profiling-tools / perf-map-agent

A java agent to generate method mappings to use with the linux `perf` tool
GNU General Public License v2.0
1.64k stars 260 forks source link

Works on all OSes #59

Closed mslinn closed 2 years ago

mslinn commented 6 years ago

Fixes #58

nitsanw commented 6 years ago

@mslinn hi, I realize it's been a few months, sorry. It would be good if perf-map-agent had some minimal testing capability and this seems like a case where a minimal test would have failed. Is there any chance you could contribute a test script (starts a java program, profiles it using the scripts, checks that some profiling data was collected)?