X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=1a7835d631015a9520ac4c60180163353c4455f2;hb=ec2627347c1e7ed1a83a149cbff649421c8b29f0;hp=0c35e02678307828ed734fc115c21562e3dec27c;hpb=3fec62b0785f8819bbf9d87ab7b8cf9097f552a7;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 0c35e026..1a7835d6 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,10 +1,10 @@ -TaskPerformance | poolifier - v3.0.6

Interface TaskPerformanceInternal

Task performance.

-

Hierarchy

  • TaskPerformance

Properties

elu? +TaskPerformance | poolifier - v3.0.10

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.

+

Generated using TypeDoc

\ No newline at end of file