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:
committed by
trodrigues
parent
c302b509fe
commit
687d681764
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user