update tracy from 11.0 to 13.1 and fix build with tracy enabled
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
|
||||
const std::string& Name( size_t idx ) const { return m_connHistVec[idx]->first; }
|
||||
|
||||
void Count( const char* name );
|
||||
void Count( const std::string& name );
|
||||
void Erase( size_t idx );
|
||||
|
||||
bool empty() const { return m_connHistVec.empty(); }
|
||||
|
||||
Reference in New Issue
Block a user