Releases: Netflix/nflxprofile
Releases · Netflix/nflxprofile
v1.4.0
- Add new
stack_processor
parameters forget_flame_graph
- A
stack_processor
is a class inherited fromStackProcessor
which can implement custom processing for stacks and frames, usually with the goal of changing the flamegraph to something more readable or to change what the flamegraph will show
- A
- Added a NodeJSStackProcessor, which can be used to improve Node.js flamegraphs taken with Linux perf
- Added a NodeJSPackageStackProcessor, which can be used to group frames by Node.js module on profiles taken from Linux perf