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

Add annotation list window.

This commit is contained in:
Bartosz Taudul
2019-10-14 20:37:24 +02:00
parent 1ad246b4ca
commit f0c77b4ef4
2 changed files with 83 additions and 0 deletions
+2
View File
@@ -140,6 +140,7 @@ private:
void DrawPlayback();
void DrawCpuDataWindow();
void DrawSelectedAnnotation();
void DrawAnnotationList();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr, int64_t startTime = -1 );
@@ -299,6 +300,7 @@ private:
bool m_showPlayback = false;
bool m_showCpuDataWindow = false;
bool m_goToFrame = false;
bool m_showAnnotationList = false;
enum class CpuDataSortBy
{