private void Awake() { // some code timing MethodA(); MethodA(); MethodA(); MethodA(); MethodA(); Debug.Log(DebugPlus.GetChronometerReport()); }