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

Display memory limit in notification area.

This commit is contained in:
Bartosz Taudul
2024-05-05 20:59:25 +02:00
parent 5f0cac546b
commit b64389ba15
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -643,6 +643,7 @@ public:
void Shutdown() { m_shutdown.store( true, std::memory_order_relaxed ); }
void Disconnect();
bool WasDisconnectIssued() const { return m_disconnect; }
int64_t GetMemoryLimit() const { return m_memoryLimit; }
void Write( FileWrite& f, bool fiDict );
int GetTraceVersion() const { return m_traceVersion; }