Recent

Author Topic: Finding list of all including units and their size in final executable  (Read 1854 times)

Marladu

  • New Member
  • *
  • Posts: 19
 Hi, is it possible to see the list of all units included in an FPC compiled executable and the size contribution of each unit to that compiled executable?

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: Finding list of all including units and their size in final executable
« Reply #1 on: September 04, 2015, 01:03:40 pm »
Pass -Xm and look at the generated map file

Marladu

  • New Member
  • *
  • Posts: 19
Re: Finding list of all including units and their size in final executable
« Reply #2 on: September 04, 2015, 01:43:24 pm »
 Ok, I just followed your tip and I can easily find the list of all included units, but finding out the size contributions of each to the final executable doesn't really seem like something I could extract from there.

 Still is enough for my needs though, the size thing was more a curiosity while the list of used units was the necessity, so thanks for the quick and accurate answer!

 

TinyPortal © 2005-2018