@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Class Summarizer<Output, Configuration>Abstract

    Type Parameters

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of Summarizer
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    log: (message: string) => void

    Methods

    • First phase of the summary, can be used to extract all data of interest from the individual benchmark or statistic results. This can write temporary files based on the configuration.

      Parameters

      • useTypeClassification: boolean

        Whether to split the analysis based on the detected type (e.g. 'test', 'example', ...)

      Returns Promise<void>

    • Second phase of the summary, can be used to combine the data from the first phase and produce some kind of "ultimate results".

      Returns Promise<Output>