c++ - What is application footprint and how to calculate it? -
what term "application footprint" means application developed in c/c++. , how can calculate c/c++ application footprint.
it size in code, data , heap application needs. in linux, can check size of "text" (code), "data" , "bss" size a.out
(replace a.out whatever application called). there similar tools windows.
as heap needs, it's more complex, example loading full model of boeing 747 (every nut, rivet, bolt, seat , button on "tv remote") autocad takes more memory model of 2 bolts corresponding nuts through 2 plates of metal in same autocad system - same thing loading latest novel ken follet word processor different loading letter water company complain water leak in street. rough estimate, using typical use-case (e.g. model of small, still sophisticated enough meaningful).
Comments
Post a Comment