I'm trying to profile a piece of C++ code compiled using VS2017 more specifically v141
build tools, its takes about 2.5
min to run in the release configuration.
My problem is no matter what I do when I try to profile it with vtune the results database is not created and I get a database interface error.
I have tried to use debug mode, uninstall and reinstall vtune however nothing, I have also tried running in admin
mode and nothing, I am using the latest update for windows 10
as my OS.
the specific error
I get is :
May 15 2018 14:24:04 Cannot finalize the result. Error 0x4000002a (Database interface error) -- Cannot open result database `projectPath\j\r005hs\sqlite-db'.
Does anyone know a fix for this?