← Back to Profiler domain

Profiler.enable

No description available.

Domain: Profiler stable

Example Request

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

Example Response

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

Usage in Node.js

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