Function dumpPerfomance

Dumps the performance data using the swarm's document service. Logs the method name if logging is enabled in the global configuration.

  • Parameters

    • OptionaldirName: string

      The directory name where the performance data will be dumped.

    Returns Promise<void>

    A promise that resolves when the performance data has been dumped.

Properties

Properties

runInterval: (dirName?: any, interval?: any) => () => void

Runs the dumpPerfomance function at specified intervals. Logs the method name if logging is enabled in the global configuration.

Type declaration

    • (dirName?: any, interval?: any): () => void
    • Parameters

      • OptionaldirName: any

        The directory name where the performance data will be dumped.

      • Optionalinterval: any

        The interval in milliseconds at which to run the dumpPerfomance function.

      Returns () => void