Skip to content

v0.2.0

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 25 Jan 20:35
0b8d12d

New Features

  • Profile bench targets using --bench (#35)
  • perf/dtrace can now be run as root by passing --root (#37)
  • Profile running programs by passing their PID with -p/--pid (#53)
  • The sampling frequency can now be set with the -F/--freq parameter (#33)
  • The generated SVG file can now be automatically opened by passing --open (#45)

Bugfixes

  • Fix mangling of whitespace-bearing arguments (#51)
  • Make signal-hook a Unix only dependency so that Windows target builds (#46)