mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add frame set histogram.
This commit is contained in:
@@ -363,6 +363,10 @@ private:
|
||||
float average = 0;
|
||||
float median = 0;
|
||||
int64_t total = 0;
|
||||
bool logVal = false;
|
||||
bool logTime = true;
|
||||
int64_t numBins = -1;
|
||||
std::unique_ptr<int64_t[]> bins;
|
||||
} m_frameSortData;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user