mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Allow checking if ghost zones are ready.
This commit is contained in:
parent
2f674833b2
commit
adb45ed5df
@ -464,6 +464,7 @@ public:
|
||||
const unordered_flat_map<uint64_t, SymbolStats>& GetSymbolStats() const { return m_data.symbolStats; }
|
||||
const SymbolStats* GetSymbolStats( uint64_t symAddr ) const;
|
||||
bool AreCallstackSamplesReady() const { return m_data.callstackSamplesReady; }
|
||||
bool AreGhostZonesReady() const { return m_data.ghostZonesReady; }
|
||||
#endif
|
||||
|
||||
tracy_force_inline uint16_t CompressThread( uint64_t thread ) { return m_data.localThreadCompress.CompressThread( thread ); }
|
||||
|
Loading…
Reference in New Issue
Block a user