Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4973 Discussions

Vtune stuck at Finalizing results

bianca
Beginner
2,033 Views

Hi, when I try to use Vtune for I/O Analysis, it gets stuck displaying:

 Finalizing Results 25%: Loading 'sep13b8.20201011T131203.770758.tb7' file 

 I am using it in Visual Studio 2017, running Windows 10. The version is 2020 Update 2. The program I am running uses Intel SGX in debugging mode.

I do not know why this happens, the other analysis types do not get stuck.

0 Kudos
9 Replies
JananiC_Intel
Moderator
2,016 Views

Hi,


Thanks for posting in Intel forums.


Could you try your I/O analysis in vtune standalone version and let us know?


0 Kudos
bianca
Beginner
2,011 Views

Hi,

Yes, I tried it. It gets stuck at the same step using the standalone version too.

0 Kudos
Kirill_U_Intel
Employee
2,008 Views

Hi.

Could you just import tb7 from the result dir? Is it still hang?

Kirill

0 Kudos
bianca
Beginner
2,000 Views

Hi, could you please tell me how exactly I should do that? These are the commands that I tried,  but it does not find tb7:

C:\Program Files (x86)\IntelSWTools\VTune Profiler 2020\bin64>vtune -import sep3a40.20201013T191635.419476.tb7 -result-dir r029io
C:\Program Files (x86)\IntelSWTools\VTune Profiler 2020\bin64>vtune -import tb7 -result-dir r029io
0 Kudos
Kirill_U_Intel
Employee
1,984 Views

you should set full path to result_directory with hang data.

something like

vtune -import VTUNE_PROJECT_DIR/rXXXio/data.0/sep3a40.20201013T191635.419476.tb7

 

bianca
Beginner
1,980 Views

Yes, now it works, thank you. The data are displayed in the command line, is there any way I could open them in the GUI?

0 Kudos
JananiC_Intel
Moderator
1,961 Views

Hi,


To import files from vtune-gui, select button and select import result option. When import result window opens,you have to give the path to the file and select import option to import the file. Refer the below documentation for more information.


https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/analyze-performance/manage-result-files/importing-results-to-gui.html


Thanks.


0 Kudos
JananiC_Intel
Moderator
1,948 Views

Hi,


Is your issue resolved? Do you have any update?


0 Kudos
JananiC_Intel
Moderator
1,883 Views

Hi,


We are assuming that the solution provided helped and would no longer be monitoring this issue.Please raise a new thread if you have any further issues.


Thanks


0 Kudos
Reply