mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
No need for GetZoneName() with GpuEvent + srcloc parameters.
This commit is contained in:
@@ -581,7 +581,6 @@ public:
|
||||
const char* GetZoneName( const ZoneEvent& ev ) const;
|
||||
const char* GetZoneName( const ZoneEvent& ev, const SourceLocation& srcloc ) const;
|
||||
const char* GetZoneName( const GpuEvent& ev ) const;
|
||||
const char* GetZoneName( const GpuEvent& ev, const SourceLocation& srcloc ) const;
|
||||
|
||||
tracy_force_inline const Vector<short_ptr<ZoneEvent>>& GetZoneChildren( int32_t idx ) const { return m_data.zoneChildren[idx]; }
|
||||
tracy_force_inline const Vector<short_ptr<GpuEvent>>& GetGpuChildren( int32_t idx ) const { return m_data.gpuChildren[idx]; }
|
||||
|
||||
Reference in New Issue
Block a user