X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FWorkerStatistics.html;h=cef5b3f758c1e8858372750f43fab235647fe941;hb=ef0bf5b82f7edb5cd87f4bffb784bb8fac189fb8;hp=e5cad66f8e178986362cc6fb42a7bcfd8b9a3d3d;hpb=f7d06005106fbf8e845731e6652dd676b765f60e;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index e5cad66f..cef5b3f7 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,136 +1,6 @@ -WorkerStatistics | poolifier - v2.6.27
-
- -
-
-
-
- -

Interface WorkerStatisticsInternal

-
-

Performance statistics computation.

-
-
-
-

Hierarchy

-
    -
  • WorkerStatistics
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
elu: boolean
-
- -
runTime: boolean
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +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