In an iOS Xcode app, you can use the Core Animation Instrument to measure graphics performance issues such like laggy UITableView scrolling. I want to do the same on the Mac for some layer backed views I am debugging. In particular I would like to measure frame rate. Any ideas how to do this since the Core Animation instrument isn't available for Mac apps?
问问题
564 次