Hi,
I am executing performance analysis of C++ image processing code through VTune of Parallel Studio XE 2015 Composer Edition on Windows 7 and Intel Core i5 2400 processor platform, but could not able to see complete list of functions into VTune report. What could be the correct way to see all the written function in VTune report ?
FYR, Intel Compilers settings are
/Zi /nologo /W3 /WX- /Ox /Oi /Ot /GL /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fp"x64\Release\ExeName.pch" /Fa"x64\Release\" /Fo"x64\Release\" /Fd"x64\Release\vc100.pdb" /Gd /errorReport:queue
Regards,
Tejas