Stop Perf Timer

Callable
StopPerfTimer

Stops a named performance timer and returns elapsed milliseconds. Optionally logs the result.

Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development

Inputs

NameTypeDefaultDescription
TimerNameFStringTimerName parameter

Outputs

NameTypeDescription
ElapsedMsfloatElapsedMs output

Example Use Cases

Example 1

Display 'Pathfinding took 2.3ms' in log.

Example 2

Track performance regression between builds.