Commit Graph

9 Commits (master)

Author SHA1 Message Date
Clayton Craft 22d2de4edd logging: include process RSS
Resident set size shows non-swapped memory usage of a process. This is
useful to have for comparing memory usage over time for the the process
being measured.
8 months ago
jackun 94a7705554
Fix integer overflow on 32 bit, for `procmem` 3 years ago
jackun 866fd8bc24
Add per process memory usage (`procmem` etc) 3 years ago
Lukáš Horáček f11a49ae8b
Add swap 3 years ago
larskraemer a28931ef6b
General cleanup (#272)
* Cleanup unused struct fields, use uniform include guards
4 years ago
jackun 768297b430
[editorconfig] Apply whitespace rules 4 years ago
FlightlessMango bff9958284 Changed pthreads to std::thread 4 years ago
FlightlessMango 14ad1e015a
Display memory stats on the hud 4 years ago
FlightlessMango 8ab7cd0f20
Basic memory fetching 4 years ago