#ifndef __TRACYSYSUTIL_HPP__ #define __TRACYSYSUTIL_HPP__ #include namespace tracy { size_t GetPhysicalMemorySize(); } #endif