← Back to Profiler domain

Profiler.start

No description available.

Domain: Profiler stable

Example Request

{
  "id": 1,
  "method": "Profiler.start"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Profiler.start');
console.log(result);