Table of Contents

Class Metric

Namespace
Selenium.WebDriver.BiDi.Cdp.Performance
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Run-time execution metric.

public sealed record Metric : IEquatable<Metric>
Inheritance
Metric
Implements
Inherited Members

Constructors

Metric(string, double)

Run-time execution metric.

public Metric(string Name, double Value)

Parameters

Name string

Metric name.

Value double

Metric value.

Properties

Name

Metric name.

public string Name { get; init; }

Property Value

string

Value

Metric value.

public double Value { get; init; }

Property Value

double