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.65k stars 260 forks source link

unfoldall output mode #35

Closed jrudolph closed 8 years ago

brendangregg commented 8 years ago

tested (with @tjake's flame graph changes), and seems to work!

This was a pretty intense and complex production workload; the perf.map file went from 8 Mbytes to 250 Mbytes with unfoldall. :)

jrudolph commented 8 years ago

@brendangregg thanks for testing the new functionality. The size increase of the map size is in the range I also observed. It would now probably make sense to start building something as outlined in #27 where the load for the target process is spread over its run time.