Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-06-26 22:01:54 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-26 22:01:54 +0300
commitb8794f64be998bb4d08cbc602c2c72998c26a22a (patch)
tree0e90bb2acb1757b689b1fe33dacfdd0971ad2f5a /server/TracyView.hpp
parent281dcf7c1f004e04a0fd8e635454a4ec02fc26e5 (diff)
Extract crash tooltip to a separate function.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index ae57a973..49343d7f 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -168,6 +168,7 @@ private:
void ZoneTooltip( const ZoneEvent& ev );
void ZoneTooltip( const GpuEvent& ev );
void CallstackTooltip( uint32_t idx );
+ void CrashTooltip();
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;