X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=9b369ee2bd6a43e356ac0ecb9dd7e4bd3878b24d;hb=3754fe1f0a463bf231ca4789386f92111599b80a;hp=be2e08f141fc678f06ec8508a1a93cc2bc98943b;hpb=96e265eb19e581dd0a73a788a9d641c9f13ce0cd;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index be2e08f1..9b369ee2 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,6 +1,6 @@ -WorkerStatistics | poolifier - v3.1.22

Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

Properties

elu +WorkerStatistics | poolifier - v3.1.28

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.

-

Generated using TypeDoc

\ No newline at end of file +
runTime: boolean

Whether the worker computes the task runtime or not.

+

Generated using TypeDoc

\ No newline at end of file