//
// viewcontroller.m
// 01-耗時操作
//// created by gzxzmac on 16/1/28.
//#import
"viewcontroller.h"
@inte***ce viewcontroller ()
@end
@implementation viewcontroller
- (void)viewdidload
- (void)touchesbegan:(nsset*)touches withevent:(uievent *)event
/** 1. 如果使用 @"" 建立的字串,內容如果是相同的,他的位址也是相同
2. 它存在常量區 / 靜態
3. 建立cell重用id的時候,其實可以不用寫 static
*/// 耗時操作
- (void)longoperation
nslog(@"end");
// nsstring *str = @"hello";
// nslog(@"%p,%p",&str,str);
}@end
Java多執行緒的簡單實現以及耗時操作的效率對比
public class threaddemo system.out.println 開始請求 singlethread command,executecount multithread command,executecount,100 單執行緒執行 param runnable run param...
python多執行緒用法及與單執行緒耗時比較
下面,通過乙個簡單的例子,來把多執行緒和單執行緒執行任務的耗時做個比較 import time import threading defmusic func,loop for i in range loop print i was listening to s the d time s func,i...
python多執行緒用法及與單執行緒耗時比較
下面,通過乙個簡單的例子,來把多執行緒和單執行緒執行任務的耗時做個比較 import time import threading def music func,loop for i in range loop print i was listening to s the d time s func,...