DMTime:Objective-C中的简单代码计时器

时间:2024-06-10 19:01:50
【文件属性】:

文件名称:DMTime:Objective-C中的简单代码计时器

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-10 19:01:50

Objective-C

DMTime 一个简单的用于计时代码的Objective-C计时器 用法 #import ... [DMTime startTimer:@"Some key"]; // Some long running process DMTimeResult *result = [DMTime endTimer:@"Some key"]; NSLog(@"Code took %f seconds", [result seconds]); 或者,如果您更喜欢块: DMTimeResult *result = [DMTime timeBlock:^{ // Some long running process }]; NSLog(@"Code took %f milliseconds", [result milliseconds]); 要求 安装 DMTime可通过。


【文件预览】:
DMTime-master
----_Pods.xcodeproj(27B)
----.gitignore(629B)
----README.md(1KB)
----Example()
--------DMTime.xcworkspace()
--------DMTime.xcodeproj()
--------Podfile(150B)
--------Tests()
----Pod()
--------Assets()
--------Classes()
----LICENSE(1KB)
----.travis.yml(561B)
----DMTime.podspec(2KB)

网友评论