Files
cpp-project-template/third_party/tracy/server/TracySysUtil.hpp

14 lines
142 B
C++
Raw Normal View History

2025-08-25 15:24:22 +08:00
#ifndef __TRACYSYSUTIL_HPP__
#define __TRACYSYSUTIL_HPP__
#include <stdlib.h>
namespace tracy
{
size_t GetPhysicalMemorySize();
}
#endif