Revision history for ProcStats
0.3.1 2020-04-17T23:22:42-05:00
- Write stat skips undef keys, defaults values to ''.
0.3.0 2020-01-24T13:52:04-06:00
- raku
- Add initial => $*INIT-INSTANT to first block.
- Final has elapsed diff w/ initial.
- Separate handlers with specific O/S.
0.2.1 2019-07-18T09:52:49-05:00
- Added docs
0.2.0 2019-07-13T15:36:38-05:00
- Break dump-rusage into print-stats, diff-stats, extract-stats.
- update example code.
- add leading '+' in diff-stats.
- :Extract to get extract & diff stat subs.
- :Print :DEFAULT for print-stats.
- POD.
- Final pair added on :final( True )
- label is only output when provided.
0.1.2 2019-06-20T15:11:23-05:00
- META6 cleanup
- move POD to assets
0.1.1 2019-06-19T15:36:45-05:00
- round time output to reaonable value.
- whitespace
- POD
0.1.0 2019-06-19T14:22:58-05:00
- Add test for calling getrusage.
- Working module.
0.0.1 2019-06-13T02:22:38-05:00
- Initial version