Craig's Utility Library  4.0 Beta
Utilities.Profiler.Manager.Default.StopWatch Class Reference

Acts as a stop watch (records start and stop times) More...

Public Member Functions

 StopWatch ()
 Constructor More...
 
virtual void Reset ()
 Resets the watch More...
 
virtual void Start ()
 Starts the stop watch More...
 
virtual void Stop ()
 Stops the stop watch More...
 

Properties

virtual double ElapsedTime [get]
 Returns the elapsed time More...
 
System.Diagnostics.Stopwatch Watch [get, set]
 Internal stop watch More...
 

Detailed Description

Acts as a stop watch (records start and stop times)

Definition at line 27 of file StopWatch.cs.

Constructor & Destructor Documentation

Utilities.Profiler.Manager.Default.StopWatch.StopWatch ( )

Constructor

Definition at line 32 of file StopWatch.cs.

Member Function Documentation

virtual void Utilities.Profiler.Manager.Default.StopWatch.Reset ( )
virtual

Resets the watch

Definition at line 51 of file StopWatch.cs.

virtual void Utilities.Profiler.Manager.Default.StopWatch.Start ( )
virtual

Starts the stop watch

Definition at line 59 of file StopWatch.cs.

virtual void Utilities.Profiler.Manager.Default.StopWatch.Stop ( )
virtual

Stops the stop watch

Definition at line 68 of file StopWatch.cs.

Property Documentation

virtual double Utilities.Profiler.Manager.Default.StopWatch.ElapsedTime
get

Returns the elapsed time

Definition at line 41 of file StopWatch.cs.

System.Diagnostics.Stopwatch Utilities.Profiler.Manager.Default.StopWatch.Watch
getsetprotected

Internal stop watch

Definition at line 46 of file StopWatch.cs.


The documentation for this class was generated from the following file: