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

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

Returns true if a timer is currently running.

Parameters

ParameterTypeDescription
namestringName of the timer.

Returns

boolean

true is the timer is currently running.