Allocation Profiler with .bpl-files
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2010
08:26 PM
04-12-2010
08:26 PM
Allocation Profiler with .bpl-files
Hi,
we're using AQtime 6.40 to profiling a C++ BDS 2006 application. The application is divided into one exe and several .bpl files. Everything works fine with the performance profiler. But using the allocation profiler we don't get informations on items from the .bpl files. When I put all together in one large exe file I get the wanted informations. But this is no solution because (a) we like to deliver several small files and (b) we get problems on compiling the large file.
Any help?
Many thanks,
Thomas.
we're using AQtime 6.40 to profiling a C++ BDS 2006 application. The application is divided into one exe and several .bpl files. Everything works fine with the performance profiler. But using the allocation profiler we don't get informations on items from the .bpl files. When I put all together in one large exe file I get the wanted informations. But this is no solution because (a) we like to deliver several small files and (b) we get problems on compiling the large file.
Any help?
Many thanks,
Thomas.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010
11:16 PM
04-14-2010
11:16 PM
Hello Thomas,
Please make sure that the .bpl modules are added to the Modules list of your AQtime project. Also, check whether the modules are compiled with debug information.
For more information, see the "Allocation Profiler - Analyzing Delphi Applications" article on our Support Portal.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2010
10:41 PM
04-15-2010
10:41 PM
Hello David,
Thanks for your reply. The .bpl modules are compiled with debug information and added to the Modules list. Everything works fine when I use the performance profiler.
Best regards,
Thomas.
Thanks for your reply. The .bpl modules are compiled with debug information and added to the Modules list. Everything works fine when I use the performance profiler.
Best regards,
Thomas.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2010
02:32 AM
04-20-2010
02:32 AM
Hello Thomas,
Please make sure that the RTLnn.BPL module is also added to the Modules list when you select the Allocation profiler. Also, disable the "View project classes only" and "Filter objects by stack" options on the Profiler toolbar to make sure that all object leaks appear in the Objects category of the profiling results.
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
