constructor Method
ctor for StopWatch
StopWatch(description?: string, startImmediately: booleanfalse): StopWatch
| Parameter | Type | Description | 
|---|---|---|
| description | string | optional string stored with the StopWatch | 
| startImmediately | boolean | if true, StopWatch is started when created. Otherwise, call start() explicitly. | 
Returns - StopWatch
Defined in
- core/bentley/src/Time.ts Line 151
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.