Class Bucket
Chrome histogram bucket.
public sealed class Bucket
- Inheritance
-
Bucket
- Inherited Members
Properties
Count
Number of samples.
[JsonPropertyName("count")]
public long Count { get; set; }
Property Value
High
Maximum value (exclusive).
[JsonPropertyName("high")]
public long High { get; set; }
Property Value
Low
Minimum value (inclusive).
[JsonPropertyName("low")]
public long Low { get; set; }