[__NSCFString timeIntervalSinceNow]問題

問題描述:想計算某一段代碼的執行時間,加了下面的代碼:spa

NSDate *startTime;
startTime = [NSDate date];
NSLog(@"Time: %f", -[startTime timeIntervalSinceNow]);


結果報錯以下:code

[__NSCFString timeIntervalSinceNow]: unrecognized selector set to instanceclass


問題緣由很簡單,由於startTime沒有retain
date

相關文章
相關標籤/搜索