X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=5374ae6ec2b73784b444a4829c4186f378af6e5b;hb=67c6a853287d5c2df8ab115905b714e644333802;hp=be1093c29fa8517c3e72a430575f7a1982c9f744;hpb=3d84cdaec91dfe96a82462c902bead4067b452d2;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index be1093c2..5374ae6e 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,6 +1,6 @@ -WorkerStatistics | poolifier - v4.0.6

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

Properties

elu +WorkerStatistics | poolifier - v4.0.9

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