Browse Source

tier0: disable vprof by default

pull/200/head
nillerusr 1 year ago
parent
commit
c48da00b92
  1. 4
      public/tier0/vprof.h

4
public/tier0/vprof.h

@ -15,10 +15,6 @@ @@ -15,10 +15,6 @@
#include "tier0/vprof_telemetry.h"
// VProf is enabled by default in all configurations -except- X360 Retail.
#if !( defined( _X360 ) && defined( _CERT ) )
#define VPROF_ENABLED
#endif
// TODO(nillerusr): make stubbed vprofile
#if defined(_X360) && defined(VPROF_ENABLED)
#include "tier0/pmc360.h"

Loading…
Cancel
Save