I am confused as to how to interpret the "Self" slot in QCachegrind. Is it per call cost of a function or is it the total cost of a function when called x times where x is represented by the slot "called"?
(please see the image below)
Is 0.003 the cost of function when called once? or do I need to divide it by 2 ("called" slot) to get the function cost per call?