X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=d6d208ac04d7648303f254911932e097b619cb93;hb=5ca8a250be7ec77da7a80f5ea3b7a9ef6ba2530a;hp=256459e4695d13a49b732b53c8472a21df0dbdb5;hpb=48c6ba05d56af984567ff531fde69cb6d9f9a0fb;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 256459e4..d6d208ac 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,124 +1,10 @@ -TaskPerformance | poolifier - v2.7.3
-
- -
-
-
-
- -

Interface TaskPerformanceInternal

-
-

Task performance.

-
-
-
-

Hierarchy

-
    -
  • TaskPerformance
-
-
-
- -
-
-

Properties

-
elu? +TaskPerformance | poolifier - v3.1.21

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 +

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