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

Add annotation modification window.

This commit is contained in:
Bartosz Taudul
2019-10-13 15:50:37 +02:00
parent 5fed86dae7
commit 1527e7bc10
2 changed files with 67 additions and 2 deletions
+2
View File
@@ -139,6 +139,7 @@ private:
void DrawLockInfoWindow();
void DrawPlayback();
void DrawCpuDataWindow();
void DrawSelectedAnnotation();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr, int64_t startTime = -1 );
@@ -282,6 +283,7 @@ private:
bool m_disconnectIssued = false;
DecayValue<uint64_t> m_drawThreadMigrations = 0;
DecayValue<uint64_t> m_drawThreadHighlight = 0;
Annotation* m_selectedAnnotation = nullptr;
Region m_highlight;
Region m_highlightZoom;