X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=6f9911e72c68c54fdd644ebdef443cc88d0cde80;hb=627fc572465ba2113cbf3df6bd055c3242ecd0fe;hp=8132600457d763d1feee7de174cd0229888431a0;hpb=e8701e36c0374bf5a5be45264296575a6615c63d;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 81326004..6f9911e7 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,6 +1,6 @@ -WorkerStatistics | poolifier - v4.0.14

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

Properties

elu +WorkerStatistics | poolifier - v4.0.15

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