iT邦幫忙

2017 iT 邦幫忙鐵人賽
DAY 11
0
自我挑戰組

iOS 筆記系列 第 11

檢查每個 function 跑了多久

  • 分享至 

  • xImage
  •  

這個方法是在這裡看到的,可以設定讓跑超過幾秒的 function 跳出警告。

按以下步驟操作就可以了:

  1. Navigate to your target in Xcode (not the project)
  2. Click the “Build Settings” tab
  3. Make sure that “All” settings are being shown, not “Basic”
  4. Scroll to (or search for) “Other Swift Flags”
  5. Add two flags: -Xfrontend and -warn-long-function-bodies=100, where 100 is the number of milliseconds you’d like the warning threshold to be
  6. Compile your project

上一篇
frame vs bounds 系列 part 2:什麼時候使用
下一篇
frame vs bounds 系列 part 3:bounds.origin 不是 (0,0) 的情況
系列文
iOS 筆記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言