Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

two questions about vtune.

Wang_Ruifeng
Beginner
553 Views

1、if i do not add the static before the functions, the vtune can't get the call stack of the functions.for example:function testb call function testa
                                                                                                               
if i do not add the static,the vtune will only get two funtion:testa,testb
if add the static,the vtune will get the call stack testa<-testb
                                                      
 CPU:Intel E5504 2.0G                                     
 OS: Suse 11 Sp1                                          
GGCC: (SUSE Linux) 4.3.4 [gcc-4_3-branch revision 152973]  CC: (SUSE Linux) 4.3.4 [gcc-4_3-branch revision 152973                
                               
 2、the vtune can't get the call stack between the modules.

0 Kudos
1 Reply
Patrick_F_Intel1
Employee
553 Views

Hello

Can you post your questions to the VTune forum please?

http://software.intel.com/en-us/forums/intel-vtune-amplifier-xe-and-vtune-performance-analyzer

Pat

0 Kudos
Reply