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

failed to finalize the result

rohit_t_
Beginner
526 Views

hello everyone !

while doing hotspot analysis ,concurrency,locks and waits  etc . I am getting "failed to finalize the result ,the result you are opening is empty" error ....

while for some other analysis like lightweight hotspot,memory acces its working fine ,giving results.

what may be the plausible reason behind it and how to resolve it ...

please help !

0 Kudos
4 Replies
Peter_W_Intel
Employee
525 Views

What is output after doing "amplxe-cl -collect hotspots -r /tmp/r000hs -- /bin/ls" ?

0 Kudos
rohit_t_
Beginner
526 Views

hey peter,

please guide me in which directory i should run this command whether in this   C:\Program Files (x86)\Intel\VTune Amplifier XE 2013\bin32\ or any where else?

my result file is stored in this address C:\Users\rohtiwar\Documents\Amplifier\Projects\try15\r000hs\

i am using windows 7 64-bit machine...

when i ran this command

C:\Program Files (x86)\Intel\VTune Amplifier XE 2013\bin32>amplxe-cl -collect hotspots -r C:/Users/rohtiwar/Documents/Amplifier/Projects/try15/r000hs -- /bin32/ ls

this Error occured : Cannot find application file "/bin32/ls".

or if my command was wrong please tell me the correct one

thanks

0 Kudos
rohit_t_
Beginner
526 Views

hey peter,

please guide me in which directory i should run this command whether in this   C:\Program Files (x86)\Intel\VTune Amplifier XE 2013\bin32\ or any where else?

my result file is stored in this address C:\Users\rohtiwar\Documents\Amplifier\Projects\try15\r000hs\

i am using windows 7 64-bit machine...

when i ran this command

C:\Program Files (x86)\Intel\VTune Amplifier XE 2013\bin32>amplxe-cl -collect hotspots -r C:/Users/rohtiwar/Documents/Amplifier/Projects/try15/r000hs -- /bin32/ ls

this Error occured : Cannot find application file "/bin32/ls".

or if my command was wrong please tell me the correct one

thanks

0 Kudos
Peter_W_Intel
Employee
526 Views

Sorry that I don't know you work on Windows 7.

Probably you shouldn't work on "C:\Program Files (x86)\Intel\VTune Amplifier XE 2013\bin32" directory for Windows 7. Try below:

cd c:\temp

C:\temp>"\Program Files (x86)\intel\VTune Amplifier XE\amplxe-vars.bat"
Copyright (C) 2009-2012 Intel Corporation. All rights reserved.
Intel(R) VTune(TM) Amplifier XE 2013 (build 261256)

C:\temp>amplxe-cl -collect hotspots -- explorer

0 Kudos
Reply