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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user