mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Make profiler instance static.
This commit is contained in:
parent
3cc7cc596e
commit
842721a754
@ -43,7 +43,7 @@ static inline uint64_t GetNewId()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef TRACY_DISABLE
|
#ifndef TRACY_DISABLE
|
||||||
Profiler s_profiler;
|
static Profiler s_profiler;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static Profiler* s_instance = nullptr;
|
static Profiler* s_instance = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user