¶inline const char* leak_name(
const std::string& name)
inline const char* leak_name(
const std::string& name)
Description
Tracy requires thread and fiber names to be live for the duration of the program, so if they are formatted dynamically, we need to leak them.
Parameters
- const std::string& name