Class SamplingProfile
Array of heap profile samples.
public sealed record SamplingProfile : IEquatable<SamplingProfile>
- Inheritance
-
SamplingProfile
- Implements
- Inherited Members
Constructors
SamplingProfile(ImmutableArray<SamplingProfileNode>, ImmutableArray<Module>)
Array of heap profile samples.
public SamplingProfile(ImmutableArray<SamplingProfileNode> Samples, ImmutableArray<Module> Modules)
Parameters
SamplesImmutableArray<SamplingProfileNode>ModulesImmutableArray<Module>
Properties
Modules
public ImmutableArray<Module> Modules { get; init; }
Property Value
Samples
public ImmutableArray<SamplingProfileNode> Samples { get; init; }