Skip to content

v0.5.9

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 14:18
· 36 commits to master since this release
124c3e2

TimerOutputs v0.5.9

Diff since v0.5.8

Closed issues:

  • Support for multiprocessing programs (#57)
  • @timeit_debug applied to function introduces type instability (#61)
  • Option to display exclusive/inclusive times and/or export to flamegraph (#90)
  • Saving TimerOutput to file (#112)
  • Explanation for making TimerOutput a const in readme? (#113)
  • Additional allocations when using @timeit (#116)

Merged pull requests:

  • TimerOuputs -> TimerOutputs in readme (#110) (@Wikunia)
  • add another precompile statement (#111) (@ranocha)
  • Use ExprTools, reuse _timer_expr, rework timeit_debug func def. (#117) (@maleadt)
  • Add a function for merging timers. (#119) (@maleadt)