X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=49dff897ef5fe8e89b86cab0598027c168ed13be;hb=d3a9c958dcc326062e978f22d88747c00522032d;hp=0e60522bcd37f5b6788644e0e13e59ab0c45d25e;hpb=743917b8a6544156a5b966854a3e3747db19508d;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 0e60522b..49dff897 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,10 +1,10 @@ -TaskPerformance | poolifier - v3.1.15

Interface TaskPerformanceInternal

Task performance.

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

Properties

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 +TaskPerformance | poolifier - v3.1.29

Interface TaskPerformanceInternal

Task performance.

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

Properties

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