Interface TaskPerformanceInternal

Task performance.

interface TaskPerformance {
    elu?: EventLoopUtilization;
    name: string;
    runTime?: number;
    timestamp: number;
}

Properties

elu?: EventLoopUtilization

Task event loop utilization.

name: string

Task name.

runTime?: number

Task runtime.

timestamp: number

Task performance timestamp.