结束当前的性能分析样本。
Profiler 在其层次结构和时间轴视图中显示样本。
using UnityEngine; using System.Collections; using UnityEngine.Profiling;
public class ExampleClass : MonoBehaviour { void Example() { Profiler.BeginSample("MyPieceOfCode"); // Code to measure... Profiler.EndSample(); } }
其他资源:Profiler.BeginSample,Profiler。