Enhancements:
- Add
Memprof2.run_with_report
(thanks to @takkanm)
Changes
- Change report file mode from 'w' to 'a' (append)
Enhancements
- Use imcompatible memsize_of of ruby 2.2 which enables to get memsize correctly
Enhancements
- Add
Memprof2.report!
to clear out tracking data after printing out results.
Initial version