Resources for Creating Custom Instruments with Xcode 10
·1 min
At WWDC 2018 Apple unveiled improved support for creating custom instruments for Instruments. The following list contains helpful resources from Apple on how to create custom instruments:
- The Creating Custom Instruments WWDC video is the best guide currently available for creating custom instruments.
- The Measuring Performance Using Logging WWDC video shows how to use logging signposts to measure areas of your code in a custom instrument.
- The Instruments Developer Help documentation provides a lower-level reference for creating custom instruments.