← Back to Performance domain

Performance.disable

Disable collecting and reporting metrics.

Domain: Performance stable

Example Request

{
  "id": 1,
  "method": "Performance.disable"
}

Example Response

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

Usage in Node.js

const result = await send('Performance.disable');
console.log(result);