1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Get available physical memory size in viewer.

This commit is contained in:
Bartosz Taudul
2020-11-13 17:09:57 +01:00
parent 0e50c9f6ea
commit 2bf00b5eab
2 changed files with 39 additions and 0 deletions
+2
View File
@@ -138,6 +138,7 @@ private:
LastRange
};
void InitMemory();
void InitTextEditor( ImFont* font );
const char* ShortenNamespace( const char* name ) const;
@@ -328,6 +329,7 @@ private:
ViewMode m_viewMode;
bool m_viewModeHeuristicTry = false;
DecayValue<bool> m_forceConnectionPopup = false;
uint64_t m_totalMemory;
ViewData m_vd;