9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function profilingStop(name: string): TimerInfo;

Defined in: profiling/index.d.ts:78

Pauses a timer with a specific name. This will increase call count and accumulate time. Works only if profiling is enabled.

Parameters

ParameterTypeDescription
namestringName of the timer.

Returns

TimerInfo

TimerInfo for the paused timer.