1、在代码中加入下方代码
UIP.BEG("Show");
for(int i = 0; i<10;i++){
Debug.Log("你好");
}
UIP.END();
2、打开Unity的Profiler,查看1中定义的标记
1、在代码中加入下方代码
UIP.BEG("Show");
for(int i = 0; i<10;i++){
Debug.Log("你好");
}
UIP.END();
2、打开Unity的Profiler,查看1中定义的标记