Skip to content

Releases: Netflix/nflxprofile

v1.4.0

06 Jan 16:02
5a075f5
Compare
Choose a tag to compare
  • Add new stack_processor parameters for get_flame_graph
    • A stack_processor is a class inherited from StackProcessor 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
  • 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

v1.1.0

04 Sep 15:29
Compare
Choose a tag to compare
  • feat: new API to convert V8 CPU Profiles into nflxprofile
  • feat: add a CLI tool to convert common profile formats into nflxprofile (currently supports V8 CPU Profile -> nflxprofile)

v1.0.0

30 Aug 18:58
Compare
Choose a tag to compare
fix: update pypi password