Version: 2017.1
public static void EndSample ();

説明

カスタムラベルの付いたコードの一部のプロファイリングを終了します

これは Profiler ヒエラルキーに表示されます。

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { Profiling.Profiler.BeginSample("MyPieceOfCode"); Profiling.Profiler.EndSample(); } }

関連項目: Profiler.BeginSample, Profiler.