Class used to store memoiprof options.

Constructors

Accessors

Methods

  • Supported cullingKind values are: true, false. cullingRatio is the threshold (% of calls) for printing to the JSON.

    Parameters

    • cullingKind: boolean
    • cullingRatio: number

    Returns void

  • Supported periodicReportKind values are: true, false. periodicReportRate is the number of calls between writes of periodic reports.

    Parameters

    • periodicReportKind: boolean
    • periodicReportRate: number

    Returns void