mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Remove unneeded variable.
This commit is contained in:
parent
a0bae4aa00
commit
c437ecfcf5
@ -708,8 +708,6 @@ private:
|
|||||||
} m_playback;
|
} m_playback;
|
||||||
|
|
||||||
struct TimeDistribution {
|
struct TimeDistribution {
|
||||||
enum class SortBy : int { Count, Time, Mtpc };
|
|
||||||
SortBy sortBy = SortBy::Time;
|
|
||||||
bool runningTime = false;
|
bool runningTime = false;
|
||||||
bool exclusiveTime = true;
|
bool exclusiveTime = true;
|
||||||
unordered_flat_map<int16_t, ZoneTimeData> data;
|
unordered_flat_map<int16_t, ZoneTimeData> data;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user