Name | Description | |
---|---|---|
![]() | NStopwatch Constructor | Overloaded. |
The following tables list the members exposed by NStopwatch.
Name | Description | |
---|---|---|
![]() | NStopwatch Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ElapsedMilliseconds | Gets the total number of miliseconds elapsed. |
![]() | IsRunning | Returns true if the watch is currently measuring time. |
![]() | Name | Gets or sets the name of the stopwatch. |
Name | Description | |
---|---|---|
![]() ![]() | GetComparisonString | Gets a string that states which of the given stopwatches represents a faster operation and how much faster it is. |
![]() | Start | Starts the watch. |
![]() ![]() | StartNew | Overloaded. Creates and immediately starts a new stopwatch. |
![]() | Stop | Stops the watch. |
![]() | ToString | Returns a the string representation of the stopwatch. |