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
    • OptionaldirName: string

    Returns Promise<void>

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.