x64 Code Cache: Notify Intel VTune of generated functions.

This commit is contained in:
Dr. Chat
2017-03-16 17:45:47 -05:00
parent 78433f70bd
commit 5ed086f03f
2 changed files with 32 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ project("xenia-cpu-backend-x64")
"CAPSTONE_USE_SYS_DYN_MEM",
"XBYAK_NO_OP_NAMES",
})
-- Enable VTune, if it's installed.
if os.isdir(project_root.."/third_party/vtune") then
defines { "ENABLE_VTUNE=1" }
end
includedirs({
project_root.."/third_party/capstone/include",
project_root.."/third_party/gflags/src",