Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Abstract class: RT.Util.Stopwatch

Summary

Abstract base class to encapsulate a stopwatch - an object that remembers events as they happen and when they happen and outputs a report with timing information at the end.

Instance methods

void
Log(string msg)
  • Abstract
Logs an event.
void
SaveToFile(string filePath)
  • Abstract
Outputs the stopwatch report with timing information to the specified file.

Static properties

StopwatchProvides access to a global instance of StopwatchReal.