Functions
profilingStart
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
| Parameter | Type | Description |
|---|---|---|
name | string | Name of the timer. |
Returns
void
- Previous
- profilingResetProfiles
- Next
- profilingStartCPU