Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Starts a new stopwatch counting upwards from zero with the given name.
The stopwatch will continue running until FinishStopwatch(string) is called with the same name.
If a stopwatch by the same name already exists a warning will be logged and no new stopwatch will be started.
name | The name for the stopwatch. |