Пример #1
0
 /// <summary>
 /// Get a string representation of the timers.
 /// Potentially slow so call sparingly.
 /// </summary>
 /// <returns></returns>
 public string DebugGetTimerString()
 {
     return(m_RootNode.DebugGetTimerString());
 }
Пример #2
0
 /// <summary>
 /// Get a string representation of the timers.
 /// Potentially slow so call sparingly.
 /// </summary>
 /// <returns></returns>
 internal string DebugGetTimerString()
 {
     return(m_RootNode.DebugGetTimerString());
 }