Dear administrator,
The Intel VTune Amplifier XE and VTune Performance Analyzer are really powerful tools to analyze and improve code, the hotspot detector and memory leakage checker help me greatly. I know that they can check problems for my whole program, at most time, however, I wish to check only the hotspot or memory leakage of some subroutine, can Intel VTune Amplifier XE and VTune Performance Analyzer do so? For example,
program test
...
call funA(a1, a2)
!!!!!!!!!!!!!!!!!!!!!!!!!!
$ begin VTune check
call funB(b1, b2)
$ end VTune check
!!!!!!!!!!!!!!!!!!!!!!!!!!
...
end program
Thanks,
Zhanghong Tang