mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Some strings are always indices.
This saves 4 bytes.
This commit is contained in:
committed by
Bartosz Taudul
parent
7da59a55cc
commit
7187e1e5f5
@@ -109,6 +109,7 @@ private:
|
||||
int64_t GetZoneEnd( const GpuEvent& ev ) const;
|
||||
const char* GetString( uint64_t ptr ) const;
|
||||
const char* GetString( const StringRef& ref ) const;
|
||||
const char* GetString( const StringIdx& idx ) const;
|
||||
const char* GetThreadString( uint64_t id ) const;
|
||||
const SourceLocation& GetSourceLocation( int32_t srcloc ) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user