1
0
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:
2017-12-06 16:50:25 +01:00
parent 9e31307963
commit e78794688a
2 changed files with 47 additions and 35 deletions

View File

@ -3,7 +3,8 @@
namespace Grid {
MemoryStats *MemoryProfiler::stats = nullptr;
MemoryStats *MemoryProfiler::stats = nullptr;
bool MemoryProfiler::debug = false;
int PointerCache::victim;