1. NSData()
2. CACurrentMediaTime()
3. CFAbsoluteTimeGetCurrent()
NSDate、CFAbsoluteTimeGetCurrent()常用于日常時間、時間戳的表示,與服務(wù)器之間的數(shù)據(jù)交互其中CFAbsoluteTimeGetCurrent()相當(dāng)于[[NSDate data] timeIntervalSinceReferenceDate];
CACurrentMediaTime() 常用于測試代碼的效率
區(qū)別:NSDate、CFAbsoluteTimeGetCurrent()會同步網(wǎng)絡(luò)時間,而CACurrentMediaTime()為系統(tǒng)內(nèi)建時間,重啟系統(tǒng)會重置。