- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The documentation give the following instructions to use profiling:
1 In the Project menu, select Settings.
2 Click the Link tab.
3 In the General category, click the Enable profiling checkbox (this turns off incremental linking).
4 In the General category, click the Generate mapfile checkbox.
5 Click OK to accept the current project settings.
6 Build your application.
7 After building your application, profile your project.
My problem is the Enable profiling checkbox is not active. Is there some other setting that inactivates it?
I also see an earlier posting on the forum that implies only one subroutine per file is included in the profiling. Is this right?
1 In the Project menu, select Settings.
2 Click the Link tab.
3 In the General category, click the Enable profiling checkbox (this turns off incremental linking).
4 In the General category, click the Generate mapfile checkbox.
5 Click OK to accept the current project settings.
6 Build your application.
7 After building your application, profile your project.
My problem is the Enable profiling checkbox is not active. Is there some other setting that inactivates it?
I also see an earlier posting on the forum that implies only one subroutine per file is included in the profiling. Is this right?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See if this knowledge base article helps at all.
The issue with the subroutines is that if you have multiple subroutines in a source file, the profiler will assign all the time in any subroutine to the first one. This has us truly baffled, and we hope to figure it out someday...
Steve
The issue with the subroutines is that if you have multiple subroutines in a source file, the profiler will assign all the time in any subroutine to the first one. This has us truly baffled, and we hope to figure it out someday...
Steve
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