From a387696646a1aa7413c2082a430845844e496313 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Fri, 24 Mar 2017 09:38:28 -0700 Subject: Basic EventPipe functionality that supports writing sample profile events to JSON. SampleProfiler that globally suspends the runtime every 1ms to walk stacks and write them to the EventPipe. --- clrdefinitions.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'clrdefinitions.cmake') diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake index 9ca67decaf..c4bfb8ea39 100644 --- a/clrdefinitions.cmake +++ b/clrdefinitions.cmake @@ -122,6 +122,7 @@ endif(CLR_CMAKE_PLATFORM_UNIX AND (NOT CLR_CMAKE_PLATFORM_ANDROID)) if(FEATURE_EVENT_TRACE) add_definitions(-DFEATURE_EVENT_TRACE=1) endif(FEATURE_EVENT_TRACE) +add_definitions(-DFEATURE_PERFTRACING) if(CLR_CMAKE_PLATFORM_UNIX) add_definitions(-DFEATURE_EVENTSOURCE_XPLAT=1) endif(CLR_CMAKE_PLATFORM_UNIX) -- cgit v1.2.3