Class ProfileSnapshotResult
public sealed record ProfileSnapshotResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<ProfileSnapshotResult>
- Inheritance
-
EmptyResultProfileSnapshotResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
ProfileSnapshotResult(ImmutableArray<ImmutableArray<double>>)
public ProfileSnapshotResult(ImmutableArray<ImmutableArray<double>> Timings)
Parameters
TimingsImmutableArray<ImmutableArray<double>>The array of paint profiles, one per run.
Properties
Timings
The array of paint profiles, one per run.
public ImmutableArray<ImmutableArray<double>> Timings { get; init; }