Skip to content

Releases: parroty/exprof

v0.2.4

17 Dec 14:55
Compare
Choose a tag to compare

Changes

  • Makes sure it is OK for the profiled code to send/receive messages (#13).
  • Fix for warnings with elixir v1.11.
    • Add :tools to extra_applications in mix.exs (#15).

v0.2.3

17 Dec 13:35
Compare
Choose a tag to compare

Changes

  • Fixes issue on windows where you get File.Error permission denied.
    • Changed to use randomized file name (#11).

v0.2.2

14 Jan 11:54
Compare
Choose a tag to compare

Changes

  • Return block result after completion (#9).
  • Link profiled process to avoid hang (#10).