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

Extract DrawSamplesStatistics()

This commit is contained in:
xavier
2021-09-04 16:03:42 +02:00
parent 4c220bdc14
commit 6b901a7156
2 changed files with 394 additions and 385 deletions
+8
View File
@@ -153,6 +153,13 @@ private:
bool highlight;
};
struct SymList
{
uint64_t symAddr;
uint32_t incl, excl;
uint32_t count;
};
void InitMemory();
void InitTextEditor( ImFont* font );
@@ -196,6 +203,7 @@ private:
void DrawFindZone();
void AccumulationModeComboBox();
void DrawStatistics();
void DrawSamplesStatistics(Vector<SymList>& data, int64_t timeRange);
void DrawMemory();
void DrawAllocList();
void DrawCompare();