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

Allow performing range copies from one to another.

This commit is contained in:
Bartosz Taudul
2020-08-04 17:02:04 +02:00
parent 85e8a6a81c
commit 68e452802b
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ private:
void DrawAnnotationList();
void DrawSampleParents();
void DrawRanges();
void DrawRangeEntry( Range& range, const char* label, uint32_t color, const char* popupLabel );
void DrawRangeEntry( Range& range, const char* label, uint32_t color, const char* popupLabel, int id );
void ListMemData( std::vector<const MemEvent*>& vec, std::function<void(const MemEvent*)> DrawAddress, const char* id = nullptr, int64_t startTime = -1 );