본문 바로가기

IOS 개발

[iOS] DispatchTime

DispatchTime

 

요약

나노초 정밀도의 기본 클록에 대한 특정 시점입니다.

Summary

A point in time relative to the default clock, with nanosecond precision.

 

Declaration

struct DispatchTime

 

 

토론

Apple 플랫폼에서 기본 시계는 Mach 절대 시간 단위를 기반으로합니다.

Discussion

On Apple platforms, the default clock is based on the Mach absolute time unit.

 

 

 

 

[참조 : Open in Developer Documentation]

'IOS 개발' 카테고리의 다른 글

[iOS] class UIControl : UIView  (0) 2020.03.31
[iOS] class DispatchQueue : DispatchObject  (0) 2020.03.30
[iOS] class NSString : NSObject  (0) 2020.03.27
[iOS] protocol UITableViewDelegate  (0) 2020.03.24
[iOS] class var shared: URLSession { get }  (0) 2020.03.23