mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Make View::ZoomToRange() public.
This commit is contained in:
parent
3207df8236
commit
427dc4fffa
@ -113,6 +113,8 @@ public:
|
|||||||
|
|
||||||
ShortenName GetShortenName() const { return m_shortenName; }
|
ShortenName GetShortenName() const { return m_shortenName; }
|
||||||
|
|
||||||
|
void ZoomToRange( int64_t start, int64_t end, bool pause = true );
|
||||||
|
|
||||||
bool m_showRanges = false;
|
bool m_showRanges = false;
|
||||||
Range m_statRange;
|
Range m_statRange;
|
||||||
Range m_waitStackRange;
|
Range m_waitStackRange;
|
||||||
@ -279,7 +281,6 @@ private:
|
|||||||
|
|
||||||
void ZoomToZone( const ZoneEvent& ev );
|
void ZoomToZone( const ZoneEvent& ev );
|
||||||
void ZoomToZone( const GpuEvent& ev );
|
void ZoomToZone( const GpuEvent& ev );
|
||||||
void ZoomToRange( int64_t start, int64_t end, bool pause = true );
|
|
||||||
void ZoomToPrevFrame();
|
void ZoomToPrevFrame();
|
||||||
void ZoomToNextFrame();
|
void ZoomToNextFrame();
|
||||||
void CenterAtTime( int64_t t );
|
void CenterAtTime( int64_t t );
|
||||||
|
Loading…
Reference in New Issue
Block a user