-
-
Notifications
You must be signed in to change notification settings - Fork 792
Using the profiler
Ryan Hanson edited this page Jan 13, 2021
·
2 revisions
- Clone the repo
- Make sure CocoaPods is installed and up to date on your machine (sudo gem install cocoapods).
- Execute pod install the root directory of the project.
- Open the generated xcworkspace file (open Rectangle.xcworkspace).
- Make sure the app runs
- Select Product | Profile (cmd+I) in Xcode's menu.
- Select Time Profiler
- Hit the record button
When the app's CPU usage spikes and the app hangs, you can stop the profiler. Save the trace (File | Save) and send it to me at [email protected].