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

Use one common function for zooming to range.

This commit is contained in:
Bartosz Taudul
2017-11-27 22:12:26 +01:00
parent 2f667e11ed
commit ba80b0c16a
2 changed files with 13 additions and 11 deletions
+2
View File
@@ -154,6 +154,8 @@ private:
void ZoomToZone( const ZoneEvent& ev );
void ZoomToZone( const GpuEvent& ev );
void ZoomToRange( int64_t start, int64_t end );
void ZoneTooltip( const ZoneEvent& ev );
void ZoneTooltip( const GpuEvent& ev );
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;