astrofrog / psrecord

Record the CPU and memory activity of a process :chart_with_upwards_trend:
BSD 2-Clause "Simplified" License
591 stars 76 forks source link

Use memory_full_info() if available #48

Open sandervrijders opened 5 years ago

sandervrijders commented 5 years ago

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.