Skip to contents

timemoir 0.8.0.9000

timemoir 0.7.0.9000

  • add plot and autoplot functions
  • timemoir now returns a timemoir object

timemoir 0.6.0.9000

  • add CPU usage (system and user)
  • improve error handling (especially for memory limit violations)
  • refactoring

timemoir 0.5.0.9000

  • add a n parameter to timemoir to run n-time functions
  • clean documentation
  • use cli for progress bar

timemoir 0.4.0.9000

  • add an interval parameter (default to 0.1s)
  • max_mem is really max_mem but add a start_mem column to result tibble

timemoir 0.3.0.9000

  • allow benchmarking multiple functions using ellipsis.

  • the max_mem returned is now max_mem - min_mem.

  • add a verbose parameter.

timemoir 0.2.0.9000

First release