mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 14:57:05 +01:00
memory profiler improvement
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
|
||||
namespace Grid {
|
||||
|
||||
MemoryStats *MemoryProfiler::stats = nullptr;
|
||||
MemoryStats *MemoryProfiler::stats = nullptr;
|
||||
bool MemoryProfiler::debug = false;
|
||||
|
||||
int PointerCache::victim;
|
||||
|
||||
|
Reference in New Issue
Block a user