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

Remove CPU migration highlight for zones.

This commit is contained in:
Bartosz Taudul
2019-06-26 21:35:09 +02:00
parent 3bf23e15bb
commit fc106079c5
2 changed files with 3 additions and 34 deletions
+1 -3
View File
@@ -150,7 +150,7 @@ private:
uint32_t GetZoneColor( const ZoneEvent& ev );
uint32_t GetZoneColor( const GpuEvent& ev );
uint32_t GetZoneHighlight( const ZoneEvent& ev, bool migration );
uint32_t GetZoneHighlight( const ZoneEvent& ev );
uint32_t GetZoneHighlight( const GpuEvent& ev );
float GetZoneThickness( const ZoneEvent& ev );
float GetZoneThickness( const GpuEvent& ev );
@@ -243,8 +243,6 @@ private:
int64_t m_zvStart = 0;
int64_t m_zvEnd = 0;
int8_t m_lastCpu;
int m_zvHeight = 0;
int m_zvScroll = 0;