From 6944fdbe781cd30da109eb47dea86158ec1f8ebf Mon Sep 17 00:00:00 2001 From: RSDuck Date: Sat, 24 Jul 2021 16:20:03 +0200 Subject: add support for JIT profiling with VTune --- cmake/FindVTune.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/FindVTune.cmake (limited to 'cmake') diff --git a/cmake/FindVTune.cmake b/cmake/FindVTune.cmake new file mode 100644 index 0000000..3c16dba --- /dev/null +++ b/cmake/FindVTune.cmake @@ -0,0 +1,5 @@ + +find_path(VTUNE_PATH "") + +include_directories("${VTUNE_PATH}/include") +link_directories("${VTUNE_PATH}/lib64") -- cgit v1.2.3