X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;fp=docs%2Finterfaces%2FTaskPerformance.html;h=1251937ed5c1688a1aa7354762bffbbe4404df7e;hb=772b5f23dd379211a734346981ac26651c9d6802;hp=49dff897ef5fe8e89b86cab0598027c168ed13be;hpb=48eab5902faccd2b14649e0fe4477778ec70ba96;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 49dff897..1251937e 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,10 +1,10 @@ -TaskPerformance | poolifier - v3.1.29

Interface TaskPerformanceInternal

Task performance.

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

Properties

elu? +TaskPerformance | poolifier - v3.1.30

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.

-

Generated using TypeDoc

\ No newline at end of file +
name: string

Task name.

+
runTime?: number

Task runtime.

+
timestamp: number

Task performance timestamp.

+
\ No newline at end of file