mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
14 lines
142 B
C++
14 lines
142 B
C++
#ifndef __TRACYSYSUTIL_HPP__
|
|
#define __TRACYSYSUTIL_HPP__
|
|
|
|
#include <stdlib.h>
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
size_t GetPhysicalMemorySize();
|
|
|
|
}
|
|
|
|
#endif
|