profiling improvements
- Would be nice for memory profiling to also record the free memory on each node. This determines when swapping is about to start. E.g.
grep 'MemFree' /proc/meminfo
grep 'MemFree' /proc/meminfo
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Just added parsing for MemFree
into memInfo. As well as normal profiling, I wonder if it'd be useful as a function-object style (emit warning when things are getting tight).
I've been mulling some other ideas about function-objects, but doesn't quite fit here (discuss by telephone).
perhaps some runTimeControl ?
changed title from profiling does not show free memory on node to profiling improvements
changed the description
mentioned in commit e6137408
mentioned in merge request !178 (merged)
works.
closed