Sampler with Delphi XE2

I have some problems setting up Sampling Profiler ( http://www.delphitools.info/samplingprofiler/ )

I built a test application in the debug build configuration, the corresponding detailed map file is created, and the debug.dcus option is set to true. Below are screenshots of the compiler configuration.

enter image description hereenter image description here

I started the application from Sampling Profiler with the configuration below and after completing several tasks I stopped profiling. enter image description here

I do not see any of the lines that I encoded in the reports, and I can see very few unit names that I encoded. The vast majority of the devices presented are the third part components that I use.

enter image description here

Where am I doing wrong?

+4
1

, Sampling Profiler ( XE).

, , ( " " Delphi)

, , , getmem.inc, System.pas.

+2

Source: https://habr.com/ru/post/1545494/


All Articles