CARVIEW |
Select Language
HTTP/2 301
server: GitHub.com
content-type: text/html
x-origin-cache: HIT
location: https://chromedevtools.github.io/devtools-protocol/tot/Performance/
access-control-allow-origin: *
expires: Sat, 19 Jul 2025 16:35:56 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 618E:39C63C:9A787:BECA9:687BC714
accept-ranges: bytes
age: 0
date: Sat, 19 Jul 2025 16:25:56 GMT
via: 1.1 varnish
x-served-by: cache-bom4729-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752942356.308362,VS0,VE199
vary: Accept-Encoding
x-fastly-request-id: 1c2c5ab413fd17c77261863256934caac88ff7f2
content-length: 162
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Fri, 18 Jul 2025 04:34:33 GMT
access-control-allow-origin: *
etag: W/"6879ced9-3e56"
expires: Sat, 19 Jul 2025 16:35:56 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: B9C4:091D:75299:8BCB3:687BC714
accept-ranges: bytes
age: 0
date: Sat, 19 Jul 2025 16:25:56 GMT
via: 1.1 varnish
x-served-by: cache-bom4729-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752942357.521308,VS0,VE204
vary: Accept-Encoding
x-fastly-request-id: 6624c3fe1d5d65bfd45ec803407d57e09a162984
content-length: 2798
Chrome DevTools Protocol - Performance domain
Chrome DevTools Protocol
Performance Domain
Methods
Events
Types
Methods
Performance.disable #
Disable collecting and reporting metrics.
Performance.enable #
Enable collecting and reporting metrics.
parameters
- timeDomain
-
string
Time domain to use for collecting and reporting duration metrics.
Allowed Values:timeTicks
,threadTicks
Performance.getMetrics #
Retrieve current values of run-time metrics.
Return Object
- metrics
-
array[ Metric ]
Current values for run-time metrics.
Performance.setTimeDomain ExperimentalDeprecated #
Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.
parameters
- timeDomain
-
string
Time domain
Allowed Values:timeTicks
,threadTicks
Events
Types
Performance.Metric #
Run-time execution metric.
Type: object
properties
- name
-
string
Metric name.
- value
-
number
Metric value.