Class SamplingProfileNode
SamplingProfileNode
public sealed class SamplingProfileNode- Inheritance
- 
      
      SamplingProfileNode
- Inherited Members
Properties
Size
size
[JsonPropertyName("size")]
public double Size { get; set; }Property Value
Stack
stack
[JsonPropertyName("stack")]
public string[] Stack { get; set; }Property Value
- string[]
Total
total
[JsonPropertyName("total")]
public double Total { get; set; }