我是靠谱客的博主 眯眯眼豌豆,这篇文章主要介绍CFAbsoluteTimeGetCurrent,现在分享给大家,希望可以做个参考。

1

调试函数耗时的利器CFAbsoluteTimeGetCurrent

 

   CFAbsoluteTime start = CFAbsoluteTimeGetCurrent();
   // do something
    CFAbsoluteTime end = CFAbsoluteTimeGetCurrent();
    NSLog(@"time cost: %0.3f", end - start);

 

 

2 随机数

    double nextValue = sin(CFAbsoluteTimeGetCurrent())

 

        + ((double)rand() / (double)RAND_MAX);//rand()返回值[0,RAND_MAX]

 

最后

以上就是眯眯眼豌豆最近收集整理的关于CFAbsoluteTimeGetCurrent的全部内容,更多相关CFAbsoluteTimeGetCurrent内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(54)

评论列表共有 0 条评论

立即
投稿
返回
顶部