Im using olly debug very fine tool on my exe and he shows such info: Analysing program: 50 heuristical procedures 255 calls to known 1 call to guessed function
I wonder if he is right and ma app counts 50 procedures and 255 calls...
Would like to count it myself but it is tiresome - is there maybe some tool
that could count how many functions my project count (and would be also reliable in this counting), and how many calls it counts (and how many internal calls how many external ones) Such info is always great fun for me- maybe there is some option to force compilator to show this info (imo compilators shuld show full page of statistics
for the project, names of functions lengths (of both source and binary) and so on)