Hi,
I'm working on an SGX project, I'm trying to perf-analyze it using VTune with no much success - I'm not getting perf analysis for the enclave dll.
My system:
1. SGX SDK v1.9.106.43403
2. SGX PSW v1.9.105.42329
3. VTune Amplifier 2018 Update 2 (build 550381)
4. Intel i7-7500U
5. Windows 10 Pro Version 1709 OS Build 16299.334
I've tried: running the app through VTune integration with Visual Studio 2015, Standalone VTune launching the app and standalone VTune attaching to process - none of these show perf analysis for the dll running within the enclave.
Due to my failure perf analyzing my code, I tried working with one of SGX sample projects (getting-started-with-sgx-sdk-for-windows) - it doesn't work as well, looking at the Top-down Tree view in VTune, the last point in stack I'm seeing is from the sgx_urts.dll (I added a dummy loop in the enclave and indeed the sgx_urts.dll is accountable for most of the app run) - but for some reason it doesn't go beyond that..
Any suggestions how to make it work? known issues that prevent doing so?