astrofrog / psrecord

Record the CPU and memory activity of a process :chart_with_upwards_trend:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use memory_full_info() if available

sandervrijders opened this issue · comments

On Linux, macOS and windows memory_full_info() can be used to query a process for its Unique Set Size which is a better measure for actual memory usage. Might be interesting to report this as well.