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

Display crash information in info window.

This commit is contained in:
Bartosz Taudul
2018-08-20 02:23:29 +02:00
parent 2a696418cd
commit 619fba41ab
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -210,6 +210,8 @@ public:
const VarArray<uint64_t>& GetCallstack( uint32_t idx ) const { return *m_data.callstackPayload[idx]; }
const CallstackFrame* GetCallstackFrame( uint64_t ptr ) const;
const CrashEvent& GetCrashEvent() const { return m_data.m_crashEvent; }
// Some zones may have incomplete timing data (only start time is available, end hasn't arrived yet).
// GetZoneEnd() will try to infer the end time by looking at child zones (parent zone can't end
// before its children have ended).