X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=8132600457d763d1feee7de174cd0229888431a0;hb=c03520402c4c5f329df346b743b64da08555995c;hp=bd0a418623dafedeaadf59888ba429aebc4f5998;hpb=fe443f3119b105ccb6dd6f95260de3809e817066;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index bd0a4186..81326004 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,104 +1,6 @@ -WorkerStatistics | poolifier - v3.0.3
-
- -
-
-
-
- -

Interface WorkerStatisticsInternal

-
-

Worker task performance statistics computation settings.

-
-
-
-

Hierarchy

-
    -
  • WorkerStatistics
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
elu: boolean
-

Whether the worker computes the task event loop utilization (ELU) or not.

-
-
-
- -
runTime: boolean
-

Whether the worker computes the task runtime or not.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +WorkerStatistics | poolifier - v4.0.14

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

+
interface WorkerStatistics {
    elu: boolean;
    runTime: boolean;
}

Properties

Properties

elu: boolean

Whether the worker computes the task event loop utilization (ELU) or not.

+
runTime: boolean

Whether the worker computes the task runtime or not.

+
\ No newline at end of file