ios - Alocation instrument in Profiler not showing Application level classes -


i'm running issue using xcode 6.3 beta 3 profiler not showing of custom application classes in list of allocations:

enter image description here

i have multiple classes contain word post none of them show in allocation summary, though being displayed on screen.

i've set app target use debug mode when running in profiler i'm not sure causing issue.

when searching in allocation list can see allocations performed class i'm looking for, no trace of allocation history of class itself:

enter image description here

any idea setting wrong?

update: release of xcode 6.3 (6d570) can memory profiling work expected on device:

enter image description here

however, still not working on simulator.


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -