mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
tier0: enable vprof
This commit is contained in:
parent
dbb6acff37
commit
e1206f5c46
@ -15,9 +15,10 @@
|
|||||||
#include "tier0/vprof_telemetry.h"
|
#include "tier0/vprof_telemetry.h"
|
||||||
|
|
||||||
// VProf is enabled by default in all configurations -except- X360 Retail.
|
// VProf is enabled by default in all configurations -except- X360 Retail.
|
||||||
//#if !( defined( _X360 ) && defined( _CERT ) )
|
#if !( defined( _X360 ) && defined( _CERT ) )
|
||||||
//#define VPROF_ENABLED
|
#define VPROF_ENABLED
|
||||||
//#endif
|
#endif
|
||||||
|
// TODO(nillerusr): make stubbed vprofile
|
||||||
|
|
||||||
#if defined(_X360) && defined(VPROF_ENABLED)
|
#if defined(_X360) && defined(VPROF_ENABLED)
|
||||||
#include "tier0/pmc360.h"
|
#include "tier0/pmc360.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user