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

Instead of adding new method, make StoreString public

This commit is contained in:
Tiago Rodrigues
2023-11-18 15:04:02 -05:00
committed by trodrigues
parent c302b509fe
commit 687d681764
2 changed files with 1 additions and 15 deletions
+1 -2
View File
@@ -667,7 +667,7 @@ public:
void CacheSourceFiles();
uint32_t AddNewString(const char* newString);
StringLocation StoreString(const char* str, size_t sz);
private:
void Network();
@@ -896,7 +896,6 @@ private:
uint32_t GetSingleStringIdx();
uint32_t GetSecondStringIdx();
StringLocation StoreString( const char* str, size_t sz );
const ContextSwitch* const GetContextSwitchDataImpl( uint64_t thread );
void CacheSource( const StringRef& str, const StringIdx& image = StringIdx() );