mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +00:00
Keep sys trace variables local.
This commit is contained in:
parent
539ccf5a61
commit
1f671fbacc
@ -25,9 +25,9 @@
|
|||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
TRACEHANDLE s_traceHandle;
|
static TRACEHANDLE s_traceHandle;
|
||||||
TRACEHANDLE s_traceHandle2;
|
static TRACEHANDLE s_traceHandle2;
|
||||||
EVENT_TRACE_PROPERTIES* s_prop;
|
static EVENT_TRACE_PROPERTIES* s_prop;
|
||||||
|
|
||||||
struct CSwitch
|
struct CSwitch
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user