StatsHandler: ((stats: StatsSnapshot) => void) | {
    accept(stats: StatsSnapshot): void;
}

Handler called with a statistics snapshot at the end of each stats interval. It may be a callback function or an object that implements accept(stats).

Generated using TypeDoc