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内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复