Class Histogram
Chrome histogram.
public sealed class Histogram
- Inheritance
-
Histogram
- Inherited Members
Properties
Buckets
Buckets.
[JsonPropertyName("buckets")]
public Bucket[] Buckets { get; set; }
Property Value
- Bucket[]
Count
Total number of samples.
[JsonPropertyName("count")]
public long Count { get; set; }
Property Value
Name
Name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Sum
Sum of sample values.
[JsonPropertyName("sum")]
public long Sum { get; set; }