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

Don't recalculate message list every frame.

This commit is contained in:
Bartosz Taudul
2020-07-12 15:26:05 +02:00
parent 29ac0169aa
commit 420bdd5854
2 changed files with 38 additions and 25 deletions
+2
View File
@@ -330,6 +330,8 @@ private:
bool m_showMessageImages = false;
ImGuiTextFilter m_statisticsFilter;
int m_visibleMessages = 0;
size_t m_prevMessages = 0;
Vector<uint32_t> m_msgList;
bool m_disconnectIssued = false;
DecayValue<uint64_t> m_drawThreadMigrations = 0;
DecayValue<uint64_t> m_drawThreadHighlight = 0;