I am very new to Instruments and have been trying to resolve an issue with my app that causes my collectionView to scroll very slowly. I have run the Time Profiler and repeated the scroll function many times. Below is the screen shot from Instruments. I am wondering how I can find out what are the symbols or methods associated with the lines that just show a memory address. Of particular concern for me is the highlighted initial line. If anybody can help me understand this or point me in the right direction I would appreciate it. Thanks.
To find the dSYM for your binary, you can right-click on your app in the ”Products”-folder in Xcode.
It was described in the Instruments documentation at Restoring Symbols When an Instruments Trace Shows Only Addresses.