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

Display saved trace size.

This commit is contained in:
Bartosz Taudul
2020-02-08 13:07:02 +01:00
parent 6f554d7f00
commit dd650e08ec
2 changed files with 15 additions and 3 deletions
+2
View File
@@ -391,6 +391,8 @@ private:
std::atomic<SaveThreadState> m_saveThreadState { SaveThreadState::Inert };
std::thread m_saveThread;
std::atomic<size_t> m_srcFileBytes { 0 };
std::atomic<size_t> m_dstFileBytes { 0 };
void* m_frameTexture = nullptr;
const void* m_frameTexturePtr = nullptr;