X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=cef5b3f758c1e8858372750f43fab235647fe941;hb=b537ee9c5e0688123d228f7b0d80bcba516f55a3;hp=9cac06f68d30d8491f65ff3cafe0b9e005cc0aa5;hpb=38e6b85b3247f847b61f30efc37851489f106e8a;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 9cac06f6..cef5b3f7 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,6 +1,6 @@ -WorkerStatistics | poolifier - v4.0.5

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

Properties

elu +WorkerStatistics | poolifier - v4.0.10

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