728x90
반응형
1
2
3
4
5
6
7
8
9
10
|
func processTime(blockFunction: () -> ()) {
let startTime = CFAbsoluteTimeGetCurrent()
blockFunction()
let processTime = CFAbsoluteTimeGetCurrent() - startTime
print("걸린 시간 = \(processTime)")
}
processTime {
<#code#>
}
http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter
|
아래 블로그를 참조했습니다.
728x90
반응형
'🍎 iOS > iOS' 카테고리의 다른 글
[iOS 면접질문]앱 생명주기(App LifeCycle) (1) - 개념(앱이 In-Active 상태가 되는 시나리오를 설명하시오.) (0) | 2020.10.20 |
---|---|
[iOS] Notification으로 데이터 보내기(Pass data using Notification) (0) | 2020.09.14 |
[iOS] Carthage로 라이브러리 관리하기 (0) | 2020.04.15 |
[iOS/API] Swift로 카카오 로그인 구현하기 (0) | 2020.02.07 |
[iOS] NotificationCenter 동시에 다른 뷰컨트롤러 관리하기 (0) | 2019.12.14 |
댓글