X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=d8f976a812826e61d3f06e49a9d0f79da2448596;hb=9aa78bcb34d9d6002c71ce3de1ece85dd164871f;hp=24b9d95cd92cf82cdc4d50909450ba0c0ee08b82;hpb=aab0aa502b6d1ca1e2b480460d9cf5f34707c34c;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 24b9d95c..d8f976a8 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,124 +1,10 @@ -TaskPerformance | poolifier - v2.7.4
-
- -
-
-
-
- -

Interface TaskPerformanceInternal

-
-

Task performance.

-
-
-
-

Hierarchy

-
    -
  • TaskPerformance
-
-
-
- -
-
-

Properties

-
elu? +TaskPerformance | poolifier - v3.0.11

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