mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Track server memory usage.
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#ifndef __TRACYMEMORY_HPP__
|
||||
#define __TRACYMEMORY_HPP__
|
||||
|
||||
#include <atomic>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
extern std::atomic<size_t> memUsage;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user