版本記錄
版本號 | 時間 |
---|---|
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
工具,感興趣的給個贊或者關注~~~~