Tutorials
API Documentation
MemInfo
ProcInfo
get_os_error()
get_memory_info()
init_process_info()
get_process_info()
get_process_info_max()
Class representing system memory information.
All values are in kilobytes (kB).
Class representing process resource usage information.
Memory values are in kilobytes (kB). Time values are in milliseconds.
Get OS-specific error description for given error code.
error_code (int) – The error code to get description for
Error description string
str
Get hosting machine memory information.
Memory information object
Initialize the process information gathering.
Get current process memory and time consumption sample.
Process information object
Get current process memory and time consumption sample and store maximum values.
Process information object with maximum values