Function dumpClientPerformance

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

  • Parameters

    • clientId: string

      The client ID for which the performance data is being dumped.

    • 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

runAfterExecute: (dirName?: any) => Promise<() => void>

Sets up a listener to dump performance data after execution. Logs the method name if logging is enabled in the global configuration.

Type declaration

    • (dirName?: any): Promise<() => void>
    • Parameters

      • OptionaldirName: any

        The directory name where the performance data will be dumped.

      Returns Promise<() => void>

      A promise that resolves when the listener has been set up.