Functions
profilingIsRunning
function profilingIsRunning(name: string): boolean;Defined in: profiling/index.d.ts:91
Returns true if a timer is currently running.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Name of the timer. |
Returns
boolean
true is the timer is currently running.
- Previous
- profilingEnable