main: Log host system memory parameters

Logs both physical memory and swapfile sizes, this is useful for support.
This commit is contained in:
Morph 2020-05-17 14:45:12 -04:00 committed by FearlessTobi
parent 94d0399876
commit a67f205cfe
4 changed files with 85 additions and 0 deletions

View file

@ -83,6 +83,8 @@ add_library(common STATIC
logging/text_formatter.cpp
logging/text_formatter.h
math_util.h
memory_detect.cpp
memory_detect.h
memory_ref.h
memory_ref.cpp
microprofile.cpp