MRTimer

码农软件 · 软件分类 · 其他(Others) · 2019-07-24 10:44:13

软件介绍

MRTimer 是一个简单的 iOS 工具,用来计算方法的执行时间。

示例代码:

- (void)viewDidLoad 
{
    [super viewDidLoad];
    [MRTimer observeSelector:@selector(doSomething) timeIntervalBlock:^(NSTimeInterval interval) {
        NSLog(@"Time interval for selector: (%@, %f), NSStringFromSelector(doSomething), interval);
    }];
}

- (void)doSomething
{
    [MRTimer observeBegin:MR_SELECTOR];

    ...

    [MRTimer observeEnd:MR_SELECTOR];
}

本文地址:https://codercto.com/soft/d/10823.html

Elements of Programming

Elements of Programming

Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具