Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Profiling: Page 1 of 8 (8 Items)
   
Profiling  
I'm playing around with profiling.  I got 6.4.0 IDE under windows configure for 6.3.2. I create a new C++ project that I
 configured to use gcc 3.3.5 and I specify as a build options "Build for Profiling (Call Count Instrumentation)".

I manually start the executable but can't find the gmon.out file anywhere. That the first problem ( could be something I
 missed configure ). The second problem is if I select "Build for Profiling (Functions Instrumentation)" I get a problem
 at link time "cannot find -lprofilingS". My guess is this option should not be present if the compiler is 3.3.5 as it's
 not supported.