X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=e22a6dec52dd6110e65179464b8eb6794f4d1578;hb=1f9e78bf296d318acc29016077d9aa29f305a04f;hp=181c73a6fddc8ff50505260e6f504647d2e5250a;hpb=b9da9d7e74c720f83482a09d1b883fc83d04f4ed;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 181c73a6..e22a6dec 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,139 +1,6 @@ -WorkerStatistics | poolifier - v2.6.37
-
- -
-
-
-
- -

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