7

I create my own class : BNRItem.m

I would like to monitor this class with instrument tool for XCODE6 but I do not achieve to see my class on category column when I call it from the simulator.

When a BNRItem is created, a new line is displayed, with "malloc 4KB" on category column. But it should be "BNRItem" instead of "malloc" !

What I'm suppose to do ?

enter image description here

Phil
  • 4,730
  • 1
  • 41
  • 39

1 Answers1

8

Same thing here with Xcode 6.2 in the simulator.

The only workaround I've found is to profile on the device. That works.

Adrian
  • 1,595
  • 1
  • 19
  • 21