美文网首页iOS
iOS 计算方法消耗时间

iOS 计算方法消耗时间

作者: 1剑天下 | 来源:发表于2016-12-20 10:36 被阅读58次

    // 获取时间间隔

    #define TICK CFAbsoluteTime start = CFAbsoluteTimeGetCurrent();

    #define TOCK NSLog(@"Time: %f", CFAbsoluteTimeGetCurrent() - start);

    相关文章

      网友评论

        本文标题:iOS 计算方法消耗时间

        本文链接:https://www.haomeiwen.com/subject/hnpxvttx.html