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

Move zone info UI out of View.

This commit is contained in:
Bartosz Taudul
2022-07-02 13:35:47 +02:00
parent b602d61944
commit c9f77ee5fa
6 changed files with 1955 additions and 1923 deletions
+5
View File
@@ -391,6 +391,11 @@ private:
void DrawHistogramMinMaxLabel( ImDrawList* draw, int64_t tmin, int64_t tmax, ImVec2 wpos, float w, float ty );
static int64_t AdjustGpuTime( int64_t time, int64_t begin, int drift );
static const char* DecodeContextSwitchState( uint8_t state );
static const char* DecodeContextSwitchStateCode( uint8_t state );
static const char* DecodeContextSwitchReason( uint8_t reason );
static const char* DecodeContextSwitchReasonCode( uint8_t reason );
Worker m_worker;
std::string m_filename, m_filenameStaging;
bool m_staticView;