X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=4cb2af6485c29809fb6b08652051bed9a553cb04;hb=86f42a17e0f48073f54b6c4c3a0374f1e8a68fbd;hp=8e88086c1af16fa45e16ad13950f4ac83dd98162;hpb=7d766fdcc503b3ad3ab1db98e569cd7d98becd66;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 8e88086c..4cb2af64 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,6 +1,6 @@ -WorkerStatistics | poolifier - v4.0.8

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

Properties

elu +WorkerStatistics | poolifier - v4.0.13

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 +
runTime: boolean

Whether the worker computes the task runtime or not.

+
\ No newline at end of file