Exemplo n.º 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());
 }
Exemplo n.º 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());
 }