X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=e22a6dec52dd6110e65179464b8eb6794f4d1578;hb=1f9e78bf296d318acc29016077d9aa29f305a04f;hp=5e414fa16293fcc25fa983d2028a90b225675bbb;hpb=95c333666812f5db34b93c20d8851f2755d1c920;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 5e414fa1..e22a6dec 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,138 +1,6 @@ -WorkerStatistics | poolifier - v2.6.34
-
- -
-
-
-
- -

Interface WorkerStatisticsInternal

-
-

Performance statistics computation.

-
-
-
-

Hierarchy

-
    -
  • WorkerStatistics
-
-
-
- -
-
-

Properties

-
elu +WorkerStatistics | poolifier - v3.1.5

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

Properties

-
-

Properties

-
- -
elu: boolean
-
- -
runTime: boolean
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +

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