From e1206f5c46f8bf465628ecc3ae7d42e2bf77f89f Mon Sep 17 00:00:00 2001 From: nillerusr Date: Mon, 16 May 2022 12:37:38 +0300 Subject: [PATCH] tier0: enable vprof --- public/tier0/vprof.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/tier0/vprof.h b/public/tier0/vprof.h index 7a183eac..5c6ab143 100644 --- a/public/tier0/vprof.h +++ b/public/tier0/vprof.h @@ -15,9 +15,10 @@ #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 +#if !( defined( _X360 ) && defined( _CERT ) ) +#define VPROF_ENABLED +#endif +// TODO(nillerusr): make stubbed vprofile #if defined(_X360) && defined(VPROF_ENABLED) #include "tier0/pmc360.h"