Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : log-timings.d.ts
import { CloseEvent, Command } from '../command';
import { Logger } from '../logger';
import { FlowController } from './flow-controller';
interface TimingInfo {
    name: string;
    duration: string;
    'exit code': string | number;
    killed: boolean;
    command: string;
}
/**
 * Logs timing information about commands as they start/stop and then a summary when all commands finish.
 */
export declare class LogTimings implements FlowController {
    static mapCloseEventToTimingInfo({ command, timings, killed, exitCode }: CloseEvent): TimingInfo;
    private readonly logger?;
    private readonly timestampFormat;
    constructor({ logger, timestampFormat }: {
        logger?: Logger;
        timestampFormat?: string;
    });
    printExitInfoTimingTable(exitInfos: CloseEvent[]): CloseEvent[];
    handle(commands: Command[]): {
        commands: Command[];
    };
}
export {};
© 2026 GrazzMean