Unity profiler

代码中使用Profiler测试性能

Profiler.BeginSample("Your tag");
//  your codes
Profiler.EndSample();

你可能感兴趣的:(Unity profiler)