Search code examples
iosprofilinginstruments

What exactly does the "count" mean in the call tree in memory allocations in instruments?


I want to know what exactly does the "count" mean in the call tree in memory allocations in instruments. I have tried watching videos but they just won't tell. image of count in the call tree in instruments


Solution

  • The number of calls to allocate memory in this function and all of the functions it calls (it's cumulative).