Function re_memory::memory_use::bytes_resident

source ·
fn bytes_resident() -> Option<i64>
Expand description

According to the OS. This is what matters.

Resident Set Size (RSS) on Linux, Android, Mac, iOS. Working Set on Windows.