How should one interpret the stats number? For example I got the following stats:
_fini(16.442% 79669/484554)
_PyEval_EvalFrameDefault(5.368% 26012/484554)
_ZN41(5.185% 25124/484554)
_ZN42(3.064% 14846/484554)
_ZN43(2.447% 11855/484554)
_ZN44(1.748% 8472/484554)
_ZN45(1.458% 7066/484554)
_ZN46(1.454% 7045/484554)
main(1.383% 6700/484554)
mark_object(1.321% 6402/484554)
tc_newarray(1.190% 5766/484554)
_ZN47(1.100% 5332/484554)
_ZN48(1.087% 5266/484554)
read(1.029% 4984/484554)
Obviously the number in the parentheses does not add up to 100%.
How should one understand these numbers?
My setting is a single application running with 1 process.