mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Vertical scrolling of zone area.
This commit is contained in:
@@ -112,11 +112,14 @@ private:
|
||||
void DrawImpl();
|
||||
void DrawConnection();
|
||||
void DrawFrames();
|
||||
void DrawZoneFrames();
|
||||
void DrawZones();
|
||||
int DrawZoneLevel( const Vector<Event*>& vec, bool hover, double pxns, const ImVec2& wpos, int offset, int depth );
|
||||
int DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos, int offset, LockHighlight& highlight );
|
||||
void DrawZoneInfoWindow();
|
||||
|
||||
void HandleZoneViewMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
|
||||
|
||||
uint32_t GetZoneColor( const Event& ev );
|
||||
uint32_t GetZoneColor( const QueueSourceLocation& srcloc );
|
||||
uint32_t GetZoneHighlight( const Event& ev, bool migration );
|
||||
@@ -183,6 +186,9 @@ private:
|
||||
|
||||
int8_t m_lastCpu;
|
||||
|
||||
uint64_t m_zvHeight;
|
||||
uint64_t m_zvScroll;
|
||||
|
||||
const Event* m_zoneInfoWindow;
|
||||
const Event* m_zoneHighlight;
|
||||
LockHighlight m_lockHighlight;
|
||||
|
||||
Reference in New Issue
Block a user