Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.StopwatchDummy

Summary

Implementation of Stopwatch that doesn't do anything.

Constructors

Creates a new instance of StopwatchDummy.

Instance methods

void
Log(string msg)
Doesn't do anything.
void
SaveToFile(string filePath)
string
  • Overrides: object.ToString()
Returns an empty string.

Static properties

StopwatchProvides access to a global instance of StopwatchReal.