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

Draw multiple frame sets.

This commit is contained in:
Bartosz Taudul
2018-08-04 21:10:03 +02:00
parent 83eac36949
commit aad3e941e5
2 changed files with 42 additions and 20 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ private:
bool DrawImpl();
void DrawConnection();
void DrawFrames();
bool DrawZoneFrames();
bool DrawZoneFramesHeader();
bool DrawZoneFrames( const FrameData& frames );
void DrawZones();
int DispatchZoneLevel( const Vector<ZoneEvent*>& vec, bool hover, double pxns, const ImVec2& wpos, int offset, int depth, float yMin, float yMax );
int DrawZoneLevel( const Vector<ZoneEvent*>& vec, bool hover, double pxns, const ImVec2& wpos, int offset, int depth, float yMin, float yMax );