Stopwatch Read
PureStopwatchReadReturns elapsed seconds since the stopwatch was started.
Type: Pure (no side effects)
Category: Fortuna|Time & Date
Keywords: time & date
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| StartTime | float | — | StartTime parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ElapsedSeconds | float | ElapsedSeconds output |
Example Use Cases
Example 1
Display a running lap timer.
Example 2
Measure elapsed time for a performance benchmark.