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

Return external names, instead of sending them.

Note that the old function is still used by code, so this commit won't
compile.
This commit is contained in:
Bartosz Taudul
2021-10-22 22:20:30 +02:00
parent e2610b1483
commit f2b0aadedc
2 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ bool SysTraceStart( int64_t& samplingPeriod );
void SysTraceStop();
void SysTraceWorker( void* ptr );
void SysTraceSendExternalName( uint64_t thread );
void SysTraceGetExternalName( uint64_t thread, const char*& threadName, const char*& name );
}