Hi experts.
I downloaded evaluation version of Intel VTune Amplifier XE 2011 today. I am trying to profile a native C++ application. Lightweight Hotspot analysis works fine, but when I try to perform an Hotspot analysis,amplxe-runss.exe has stopped working message pops-up. This happens both in stand-alone mode as well as from Visual Studio 2008.
The command line is :
amplxe-cl --collect lightweight-hotspots -follow-child -mrte-mode=auto -target-duration-type=short -no-allow-multiple-runs -no-analyze-system -data-limit=100 -slowGoodFrameThreshold=40 -goodFastFrameThreshold=100 --search-dir "sym:p=c:/New Work/UltimatePlayer HD/Release" --search-dir "sym=C:/New Work/UltimatePlayer HD" --search-dir "sym=c:/new work/symbols" --search-dir "sym=c:/new work/symbols/singlepdbs" --search-dir "sym=srv*c:/new work/symbols*http://msdl.microsoft.com/download/symbols" --search-dir "sym=C:/New Work/UltimatePlayer HD/UltimatePlayer/r)atlmfc/src/mfcm" --search-dir "sym=C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/atlmfc/src/atl" --search-dir "sym=c:/new work/symbols/microsoftpublicsymbols" --start-paused -- "c:\\New Work\\UltimatePlayer HD\\Release\\PlayOneHD.exe"