Skip to content
ModularityKit.Mutator ModularityKit.Mutator Docs
  • Home
  • Core
  • Governance
  • Redis
  • API
Search Results for

    Show / Hide Table of Contents

    Class MutationStatistics

    Retrieves aggregated mutation execution statistics.

    Inheritance
    object
    MutationStatistics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ModularityKit.Mutator.Abstractions.Engine
    Assembly: ModularityKit.Mutator.dll
    Syntax
    public sealed class MutationStatistics

    Properties

    | Edit this page View Source

    AverageExecutionTime

    Average execution time of mutations.

    Declaration
    public TimeSpan AverageExecutionTime { get; init; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    LastUpdatedAt

    Timestamp of the last statistics update.

    Declaration
    public DateTimeOffset LastUpdatedAt { get; init; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    MedianExecutionTime

    Median (P50) execution time.

    Declaration
    public TimeSpan MedianExecutionTime { get; init; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    P95ExecutionTime

    95th percentile execution time.

    Declaration
    public TimeSpan P95ExecutionTime { get; init; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    TotalExecuted

    Total number of executed mutations in the aggregation period.

    Declaration
    public long TotalExecuted { get; init; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    ModularityKit.Mutator Generated from XML docs and published from main. Back to top