版本记录
版本号 | 时间 |
---|---|
V1.0 | 2018.06.20 |
前言
我们在做app的时候,不是做完功能就结束了,很多时候是需要进行检查和优化的,而xcode自带了一个很好的检查工具,可以检测内存泄漏。还可以查看哪一个方法比较耗时。还可以检测离屏渲染等等,随后的几篇我们就说一下这个工具的使用。感兴趣的可以看这几篇。
1.INSTRUMENTS调试工具的使用(一)
2.INSTRUMENTS调试工具的使用(二)
3.INSTRUMENTS调试工具的使用(三)
4.INSTRUMENTS调试工具的使用(四)
5.INSTRUMENTS调试工具的使用(五)
6.INSTRUMENTS调试工具的使用(六)
7.INSTRUMENTS调试工具的使用(七)
8.INSTRUMENTS调试工具的使用(八)
9.INSTRUMENTS调试工具的使用(九)
10. INSTRUMENTS调试工具的使用(十)
11. INSTRUMENTS调试工具的使用(十一) —— 简介(一)
12. INSTRUMENTS调试工具的使用(十二) —— 通常任务之启动Instruments(一)
13. INSTRUMENTS调试工具的使用(十三) —— 通常任务之简单了解Instruments(二)
14. INSTRUMENTS调试工具的使用(十四) —— 通常任务之创建、保存和打开跟踪文档(三)
15. INSTRUMENTS调试工具的使用(十五) —— 通常任务之指定目标应用和设备(四)
16. INSTRUMENTS调试工具的使用(十六) —— 通常任务之访问和使用个别仪器(五)
17. INSTRUMENTS调试工具的使用(十七) —— 通常任务之记录、暂停和停止跟踪(六)
18. INSTRUMENTS调试工具的使用(十八) —— 导航收集的数据之关于数据分析(一)
19. INSTRUMENTS调试工具的使用(十九) —— 导航收集的数据之导航时间轴窗格(二)
20. INSTRUMENTS调试工具的使用(二十) —— 导航收集的数据之导航详细面板(三)
21. INSTRUMENTS调试工具的使用(二十一) —— 导航收集的数据之将数据映射到源代码(四)
22. INSTRUMENTS调试工具的使用(二十二) —— 导航收集的数据之查看您应用的源代码(五)
23. INSTRUMENTS调试工具的使用(二十三) —— 分析你App的性能之测量CPU使用情况(一)
24. INSTRUMENTS调试工具的使用(二十四) —— 分析你App的性能之测量图形性能(二)
25. INSTRUMENTS调试工具的使用(二十五) —— 分析你App的性能之监视网络和文件I / O(三)
26. INSTRUMENTS调试工具的使用(二十六) —— 分析你App的内存使用之关于内存分析(一)
27. INSTRUMENTS调试工具的使用(二十七) —— 分析你App的内存使用之检测内存使用(二)
28. INSTRUMENTS调试工具的使用(二十八) —— 分析你App的内存使用之找到废弃的内存(三)
29. INSTRUMENTS调试工具的使用(二十九) —— 分析你App的内存使用之找到内存泄露(四)
30. INSTRUMENTS调试工具的使用(三十) —— 分析你App的内存使用之找到僵尸对象(五)
31. INSTRUMENTS调试工具的使用(三十一) —— 分析你App的能源之测量能源影响(一)
32. INSTRUMENTS调试工具的使用(三十二) —— 高级任务之导出和导入跟踪数据(一)
33. INSTRUMENTS调试工具的使用(三十三) —— 高级任务之创建自定义Instruments(二)
34. INSTRUMENTS调试工具的使用(三十四) —— 分析模板和工具之分析模板(一)
35. INSTRUMENTS调试工具的使用(三十五) —— 分析模板和工具之Activity Monitor工具(二)
36. INSTRUMENTS调试工具的使用(三十六) —— 分析模板和工具之Allocations工具(三)
37. INSTRUMENTS调试工具的使用(三十七) —— 分析模板和工具之蓝牙开关日志工具(四)
38. INSTRUMENTS调试工具的使用(三十八) —— 分析模板和工具之Carbon Events工具(五)
39. INSTRUMENTS调试工具的使用(三十九) —— 分析模板和工具之Cocoa Events工具(六)
40. INSTRUMENTS调试工具的使用(四十) —— 分析模板和工具之Connections工具(七)
41. INSTRUMENTS调试工具的使用(四十一) —— 分析模板和工具之Core Animation工具(八)
42. INSTRUMENTS调试工具的使用(四十二) —— 分析模板和工具之Core Data Cache Misses工具(九)
43. INSTRUMENTS调试工具的使用(四十三) —— 分析模板和工具之Core Data Faults工具(十)
44. INSTRUMENTS调试工具的使用(四十四) —— 分析模板和工具之Core Data Fetches工具(十一)
45. INSTRUMENTS调试工具的使用(四十五) —— 分析模板和工具之Core Data Saves工具(十二)
46. INSTRUMENTS调试工具的使用(四十六) —— 分析模板和工具之Counters工具(十三)
47. INSTRUMENTS调试工具的使用(四十七) —— 分析模板和工具之CPU Activity Log工具(十四)
48. INSTRUMENTS调试工具的使用(四十八) —— 分析模板和工具之Directory I/O工具(十五)
49. INSTRUMENTS调试工具的使用(四十九) —— 分析模板和工具之Dispatch工具(十六)
50. INSTRUMENTS调试工具的使用(五十) —— 分析模板和工具之Display Brightness Log工具(十七)
51. INSTRUMENTS调试工具的使用(五十一) —— 分析模板和工具之Displayed Surfaces工具(十八)
52. INSTRUMENTS调试工具的使用(五十二) —— 分析模板和工具之Energy Usage Log工具(十九)
53. INSTRUMENTS调试工具的使用(五十三) —— 分析模板和工具之GPS On/Off Log工具(二十)
54. INSTRUMENTS调试工具的使用(五十四) —— 分析模板和工具之GPU Driver工具(二十一)
55. INSTRUMENTS调试工具的使用(五十五) —— 分析模板和工具之GPU Hardware工具(二十二)
56. INSTRUMENTS调试工具的使用(五十六) —— 分析模板和工具之Graphics Driver Activity工具(二十三)
Overview
Instrument Description | Supported Platforms | Related Profiling Templates |
---|---|---|
I/O Activity 工具捕获有关I / O事件的信息 |
iOS |
System Usage Profiling Template |
重要:本仪器不可以在
Metal System Trace
模板之外单独使用。
Timeline Pane - 时间线窗格
时间轴窗格根据仪器的配置显示以下信息:
Display name | Definition |
---|---|
Sample Number (#) |
The sequence number of the event |
Duration |
The duration of the function call in microseconds |
In File (infiledes) |
The input file descriptor |
In Bytes (inbytes) |
The requested number of bytes to read or write |
Out File (outfiledes) |
The output file descriptor |
Out Bytes (outbytes) |
The actual number of bytes read or written |
Thread ID (tid) |
The thread identifier |
Stack Depth |
The number of stack frames in use during this function call |
Record Settings - 记录设置
单击检查器窗格中的记录设置按钮以自定义以下记录选项。
1. Sampling Rate - 采样率
设置仪器记录信息的频率。 滑块允许以1/10秒的增量从1/10秒到1秒进行采样。 文本字段允许其他1/10增量。 默认值是1/10秒。
2. System Statistics - 系统统计
选择一个统计数据以在时间线窗格中查看它。 单击形状或颜色以更改统计数据的表示方式。
3. Select statistics to list - 选择统计列表
选择要显示在System Statistics
区域中的统计信息。
Display Settings - 显示设置
单击检查器窗格中的显示设置按钮以自定义以下显示设置。
1. Track Display Settings - 跟踪显示设置
这些设置控制信息在时间线窗格中的显示方式
Setting | Description | Options |
---|---|---|
Style |
How information is presented |
Block Graph: Information is presented as a horizontal line until the information changes. The area under the line is filled by the statistic’s designated color |
2. Active Probes - 活动探头
以下活动探头显示设置可用。
Setting | Bundled probes | State |
---|---|---|
File Attributes |
getattrlist、setattrlist、listxattr |
On by default |
File Permissions |
chmod、fchmod、chown、fchown、lchown、access |
On by default |
Open and Close |
open、fdopen、fopen、freopen、close、fclose |
On by default |
Other |
lseek、fsync、dup、dup2、link、unlink |
Off by default |
Read and Write |
read、pread、readv、write、pwrite、writev |
Off by default |
Shared Memory |
shm_open、shm_unlink |
Off by default |
Sockets |
recv、recvfrom、recvmsg、send、sendmsg、sendto |
Off by default |
Stats |
lstat、lstat64、stat、stat64、fstat、fstat64 |
Off by default |
3. Call Tree - 调用树
以下调用树显示设置将在详细信息窗格中筛选调用树。
Setting | State |
---|---|
Separate by Thread |
Off by default |
Invert Call Tree |
Off by default |
Hide System Libraries |
Off by default |
Flatten Recursion |
Off by default |
4. Call Tree Constraints - 调用树限制
根据以下设置,以下选项可过滤调用树以显示属于特定阈值的调用。
Setting | State |
---|---|
# Calls |
Off by default |
5. Data Mining - 数据挖掘
允许您通过收集的数据筛选特定的符号和库
Detail Pane Columns - 详细面板列
1. Summary Detail Type - Summary详细类型
详细信息窗格中提供以下Summary
列。
Column name | Definition |
---|---|
# |
The sequence number |
Function |
The name of the function being called |
Duration µs |
The duration of the function call in microseconds |
In File |
The input file descriptor |
In Bytes |
The requested number of bytes to read or write |
Out File |
The output file descriptor |
Out Bytes |
The actual number of bytes read or written |
Thread ID |
The thread identifier |
Stack Depth |
The number of stack frames in use during this function call |
Error |
The most recent error during the function call |
Path |
The path to the file on which the executable performed the operation |
Parameters |
The parameters for the function call. See the API for the specific function for more details |
2. Call Tree Detail Type - 调用树详细类型
Column name | Definition |
---|---|
Self % |
The percentage of time the symbol references itself |
Total % |
The total percentage of time that the symbol is used |
Library |
The name of the library that generated the call |
Category |
An icon representing the category of the call |
Symbol Name |
The name of the symbol being called |
后记
本篇主要讲述了
I/O Activity
工具,感兴趣的给个赞或者关注~~~~