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

Replacing removing spinlock that is not needed anymore, making TRACY_MANUAL_LIFETIME a sub-option of TRACY_DELAYED_INIT, and addressing feedback

This commit is contained in:
Andrey Voroshilov
2020-07-12 10:04:07 -07:00
parent 4d505f507b
commit 6b790d778d
2 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
namespace tracy
{
#ifdef TRACY_MANUAL_LIFETIME
#if defined(TRACY_DELAYED_INIT) && defined(TRACY_NONSTATIC_PROFILER)
void StartupProfiler();
void ShutdownProfiler();
#endif