X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=cef5b3f758c1e8858372750f43fab235647fe941;hb=ef0bf5b82f7edb5cd87f4bffb784bb8fac189fb8;hp=8e88086c1af16fa45e16ad13950f4ac83dd98162;hpb=c5d5cc086c12de1bc8ceb7f6bcda6b8e283ab405;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 8e88086c..cef5b3f7 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.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