1
0
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:
Bartosz Taudul
2017-11-14 23:37:44 +01:00
committed by Bartosz Taudul
parent 7da59a55cc
commit 7187e1e5f5
3 changed files with 21 additions and 2 deletions
+1
View File
@@ -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;