Functions
profilingStartCPU
function profilingStartCPU(name: string): void;Defined in: profiling/index.d.ts:134
Starts android cpu profiling.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Name of the cpu profiling session. |
Returns
void
- Previous
- profilingStart
- Next
- profilingStop