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
+8
@@ -0,0 +1,8 @@
|
||||
#include "TracyMemory.hpp"
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
std::atomic<size_t> memUsage = 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user