mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-18 00:04:22 +00:00
Set worker thread name.
This commit is contained in:
13
client/TracySystem.hpp
Executable file
13
client/TracySystem.hpp
Executable file
@@ -0,0 +1,13 @@
|
||||
#ifndef __TRACYSYSTEM_HPP__
|
||||
#define __TRACYSYSTEM_HPP__
|
||||
|
||||
#include <thread>
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
void SetThreadName( std::thread& thread, const char* name );
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user