Commit Graph

6 Commits

Author SHA1 Message Date
Suyash Srijan
61f4731369 Fix python linting 2020-01-23 20:29:35 +00:00
Erik Eckstein
b5e2e021bc utils: change handling of generic specializations in analyze_code_size.py
Two changes:

* If a function is a function signature (or any other) specialization of a generic specialization, count it is generic specialization.
  Function signature speializations are just small modifications of the original function, whereas generic specializations are real copies. So it makes more sense to "prioritize" generic specializations.

* Create a separate category of generic specializations of stdlib functions.
2020-01-23 17:15:42 +01:00
Arnold Schwaighofer
d300684b04 anlysize_code_size.py: Add option to print csv 2019-06-24 08:50:50 -07:00
Arnold Schwaighofer
9364c471cd analyze_code_size.py sort the categories by size 2019-06-21 09:24:56 -07:00
Arnold Schwaighofer
9a968e9a45 analyze_code_size.py: Handle object files and dylibs 2019-02-12 09:59:46 -08:00
Arnold Schwaighofer
bcd3410ce8 Add script to categorize and list functions and data in all sections of an object 2019-02-07 11:20:42 -08:00