The Stopwatch represents a time measuring device in real-time.
The Stopwatch class does not measure simulation or engine time. It measures the absolute time of the runtime environment.
Gets the ticks since starting the stopwatch.
a tick represents 100 nanoseconds.
Gets the time in milliseconds since starting the stopwatch.
Gets the time in seconds since starting the stopwatch.
Determines if the stopwatch is running.
Restarts the stopwatch.
Starts the stopwatch.
The Stopwatch represents a time measuring device in real-time.
Note
The Stopwatch class does not measure simulation or engine time. It measures the absolute time of the runtime environment.