X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=c00812cf6d61e0821af3a947652cbaec20d59a82;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=19e312bd879bb0a6d9bb5c5ab46199e3e8c284db;hpb=c62a9bbc12416e26acbb3b86b5090d6186b14b60;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 19e312bd..c00812cf 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,135 +1,6 @@ -WorkerStatistics | poolifier - v2.6.20
-
- -
-
-
-
- -

Interface WorkerStatisticsInternal

-
-

Performance statistics computation.

-
-
-
-

Hierarchy

-
    -
  • WorkerStatistics
-
-
-
- -
-
-

Properties

-
-
-

Properties

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

Generated using TypeDoc

-
\ No newline at end of file +WorkerStatistics | poolifier - v3.1.29

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.

+

Generated using TypeDoc

\ No newline at end of file