Optional
dirName: stringThe directory name where the performance data will be dumped.
A promise that resolves when the performance data has been dumped.
Runs the dumpPerfomance function at specified intervals. Logs the method name if logging is enabled in the global configuration.
Optional
dirName: anyThe directory name where the performance data will be dumped.
Optional
interval: anyThe interval in milliseconds at which to run the dumpPerfomance function.
Dumps the performance data using the swarm's document service. Logs the method name if logging is enabled in the global configuration.