- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I got a problem when I used Vtune analyzer for my application (MPEG-4 Encoder) code for performance analysis. My work space ( in Embedded Visual C++) includes both C files and object files. The object code is generated from ARMASM.exe from arm asm files. And I am running the application on Microsoft Pocket PC 2002with target PXA2xx processor .
when I am looking into the performance analysisVtune analyzer is not displaying the performance for the functions which are local in object files( which are declared, defined and used in the same file). But it is showing the performance for the functions which are defined in object files but usedin C files .
I hope you understand my problem, could please you give me any solution to analyze the performance of functionin the object files.
-G.Nageswara Rao
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi gnageswararao,
Have you submitted this problem report to Intel Premier Support? This is the best way to get timely, quality responses to your support questions. This forum isn't necessarily monitored by the support team.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do the hidden functions have external references? Possibly, if you declared a reference to them in the C code, even though they are not called, Vtune might see them.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page