00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef OR_TOOLS_BASE_SYSINFO_H_
00015 #define OR_TOOLS_BASE_SYSINFO_H_
00016
00017 #include "base/basictypes.h"
00018
00019 namespace operations_research {
00020
00021 int64 GetProcessMemoryUsage();
00022 }
00023
00024 #endif // OR_TOOLS_BASE_SYSINFO_H_
00025