Classes
Methods
getName() → {string}
Gets the name of the stopwatch.
Returns:
The name of the stopwatch.
- Type:
- string
start()
Starts the stopwatch.
stop() → {number}
Stops the stopwatch.
Returns:
The measured time in milliseconds.
- Type:
- number
stopAndAdd() → {number}
Stops the stopwatch and automatically adds the measured time to the last measured page. Logs an error if no page has been measured.
Returns:
The measured time in milliseconds.
- Type:
- number