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

Extract single string idx retrieval.

This commit is contained in:
Bartosz Taudul
2020-07-26 00:35:41 +02:00
parent 06ca4e2d16
commit e3dfa96055
2 changed files with 11 additions and 6 deletions
+1
View File
@@ -761,6 +761,7 @@ private:
void HandleFailure( const char* ptr, const char* end );
void DispatchFailure( const QueueItem& ev, const char*& ptr );
uint32_t GetSingleStringIdx();
StringLocation StoreString( const char* str, size_t sz );
const ContextSwitch* const GetContextSwitchDataImpl( uint64_t thread );