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

Add "go to frame" functionality.

This commit is contained in:
Bartosz Taudul
2018-10-21 17:36:27 +02:00
parent 793e955480
commit 556b3e8efe
2 changed files with 35 additions and 0 deletions
+2
View File
@@ -99,6 +99,7 @@ private:
void DrawMemoryAllocWindow();
void DrawInfo();
void DrawTextEditor();
void DrawGoToFrame();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr );
@@ -244,6 +245,7 @@ private:
bool m_drawLocks;
bool m_drawPlots;
bool m_onlyContendedLocks;
bool m_goToFrame;
int m_statSort;
bool m_statSelf;