Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Functions | |
int64_t | MemoryUsageProcess () |
int64_t operations_research::sysinfo::MemoryUsageProcess | ( | ) |
Return the memory usage in bytes of the process. Will return -1 if MemoryUsage is not supported on platform (e.g. Android).
See base/sysinfo.h MemoryUsage
Definition at line 24 of file sysinfo.cc.