mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
add qnx support for instrumentation profiling only
This commit is contained in:
@@ -66,6 +66,8 @@ static const char* GetOsInfo()
|
||||
sprintf( buf, "BSD (NetBSD)" );
|
||||
#elif defined __OpenBSD__
|
||||
sprintf( buf, "BSD (OpenBSD)" );
|
||||
#elif defined __QNX__
|
||||
sprintf( buf, "QNX" );
|
||||
#else
|
||||
sprintf( buf, "unknown" );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user