I want to determine how many times a particular method is called on NSManagedObject.
What are anybody's suggestions for the best way of doing this?
Bearing in mind that i have 30+ managed objects and I don't want to change the superclass of all of them.
Thanks