add support for JIT profiling with VTune

This commit is contained in:
RSDuck
2021-07-24 16:20:03 +02:00
parent c9b918d305
commit 6944fdbe78
5 changed files with 67 additions and 0 deletions

5
cmake/FindVTune.cmake Normal file
View File

@ -0,0 +1,5 @@
find_path(VTUNE_PATH "")
include_directories("${VTUNE_PATH}/include")
link_directories("${VTUNE_PATH}/lib64")