Instruments (software)
Page Module:Message box/ambox.css has no content.
This article is missing information about usage of Instruments app for profiling an app's performance on an iOS device. (June 2020) |
Page Module:Infobox/styles.css has no content.
| Instruments | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. | |
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. Instruments as it appears in Xcode 26 | |
| [[Programmer|DeveloperTemplate:Pluralize from text]] | Apple Inc |
| Engine | Page Template:Plainlist/styles.css has no content.Template:EditAtWikidata |
| Operating system | macOS |
| Type | Tracing & Profiling |
| License | Proprietary freeware |
| Website | help.apple.com/instruments |
| Repository | Page Template:Plainlist/styles.css has no content.
|
Script error: No such module "Check for conflicting parameters".
Instruments (formerly Xray) is an application performance analyzer and visualizer by Apple Inc., integrated in Xcode 3.0 and later versions of Xcode. It is built on top of the DTrace tracing framework from OpenSolaris, which was ported to Mac OS X v10.5 and which is available in all following versions of macOS.
Instruments shows a time line displaying any event occurring in the application, such as CPU activity variation, memory allocation, and network and file activity, together with graphs and statistics. Group of events are monitored via customizable "instruments", which have the ability to record user generated events and replay (emulate) them exactly as many times as needed, so a developer can see the effect of code changes without actually doing the repetitive work. The Instrument Builder feature allows the creation of custom analysis instruments.[1]
Features
Built-in instruments can track
- CPU activity of processes and threads.[2]
- Memory allocation and release,[3] garbage collection and memory leaks.[4]
- File reads, writes, locks.[5]
- Network activity and traffic.[6] This instrument works like Activity Monitor but also stores the data for future reference.
- Graphics and inner workings of OpenGL[7] and Metal.[8]
- Energy diagnostics and "dead" objects.[9]
- UI automation and Core animation.
- User events, such as keyboard keys pressed and mouse moves and clicks with exact time.
See also
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."Add an instrument to a trace document - Instruments Help". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Track CPU core and thread use- Instruments Help". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Find abandoned memory - Instruments Help". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Find memory leaks - Instruments Help". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Monitor disk use - Instruments Help". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Use Activity Monitor to track overall network and disk use - Instruments Help". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Optimizing Performance with the GPU Counters Instrument - Apple Developer Documentation". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Using Metal System Trace in Instruments to Profile Your App - Apple Developer Documentation". Archived from the original on June 20, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."Measure the energy impact of an iOS device - Instruments Help". Archived from the original on June 20, 2020.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.