안녕하세요. KataRN입니다. 오늘은 시간측정에 대해 알아보려합니다. 시간측정하는 방법은 사실 많은데요.. 이 방법이 제일 편하고 좋은것 같아서 글로 남기려고합니다. 참고 : 애플공식문서 https://developer.apple.com/documentation/dispatch/dispatchsourcetimer Apple Developer Documentation developer.apple.com 아래 코드와 주석으로 설명해드리겠습니다. var timer: DispatchSourceTimer? //원하는 쓰레드 지정 timer = DispatchSource.makeTimerSource(flags: [], queue: DispatchQueue.main) //바로시작을 원하니까 dedline은 .now..