Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.StopwatchConsole

Summary

Implementation of Stopwatch that logs messages to the console.

Constructors

Creates a new instance of StopwatchConsole.

Instance methods

void
Log(string msg)
Logs the message to the console.
void
SaveToFile(string filePath)
Doesn't do anything.

Static properties

StopwatchProvides access to a global instance of StopwatchReal.