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

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

Starts a timer with a specific name. Works only if profiling is enabled.

Parameters

ParameterTypeDescription
namestringName of the timer.

Returns

void