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

Extract range entry drawing.

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