Stopwatch to measure performance etc.
More...
|
void | Start () |
| Starts the stopwatch.
|
|
long | AddPoint (object obj) |
| Adds point as an object to the current elapsed time.
|
|
long | Stop () |
| Stops the stopwatch.
|
|
|
List< Tuple< object, long > > | Points = [] [get] |
| Recorded points.
|
|
List< string > | PointsAndTime [get] |
| Recorded points and time as string list.
|
|
long | ElapsedTime [get] |
| Elapsed time in milliseconds.
|
|
Stopwatch to measure performance etc.
◆ AddPoint()
long BogaNet.Util.StopWatch.AddPoint |
( |
object | obj | ) |
|
Adds point as an object to the current elapsed time.
- Parameters
-
- Returns
- Elapsed time in milliseconds
- Exceptions
-
◆ Start()
void BogaNet.Util.StopWatch.Start |
( |
| ) |
|
◆ Stop()
long BogaNet.Util.StopWatch.Stop |
( |
| ) |
|
◆ ElapsedTime
long BogaNet.Util.StopWatch.ElapsedTime |
|
get |
Elapsed time in milliseconds.
◆ Points
List<Tuple<object, long> > BogaNet.Util.StopWatch.Points = [] |
|
get |
◆ PointsAndTime
List<string> BogaNet.Util.StopWatch.PointsAndTime |
|
get |
Recorded points and time as string list.
The documentation for this class was generated from the following file:
- /Users/stefanlaubenberger/Projects/CSharp/BogaNet/BogaNet.Common/Util/StopWatch.cs