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

Add time limit ranges window.

This commit is contained in:
Bartosz Taudul
2020-07-31 16:37:47 +02:00
parent 9633617810
commit 8091207d26
3 changed files with 75 additions and 13 deletions
+2
View File
@@ -194,6 +194,7 @@ private:
void DrawSelectedAnnotation();
void DrawAnnotationList();
void DrawSampleParents();
void DrawRanges();
void ListMemData( std::vector<const MemEvent*>& vec, std::function<void(const MemEvent*)> DrawAddress, const char* id = nullptr, int64_t startTime = -1 );
@@ -377,6 +378,7 @@ private:
bool m_showPlayback = false;
bool m_showCpuDataWindow = false;
bool m_showAnnotationList = false;
bool m_showRanges = false;
enum class CpuDataSortBy
{