X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerStatistics.html;h=4715b70b252d5d711acbcaf2865a3c2a5d1f0a11;hb=627fc572465ba2113cbf3df6bd055c3242ecd0fe;hp=872c8d7ae918bafe8b0c298ed27dee1a3df1a3ca;hpb=b93080b79a5e2e5d174991d87e96c97b307df18e;p=poolifier.git diff --git a/docs/interfaces/WorkerStatistics.html b/docs/interfaces/WorkerStatistics.html index 872c8d7a..6f9911e7 100644 --- a/docs/interfaces/WorkerStatistics.html +++ b/docs/interfaces/WorkerStatistics.html @@ -1,135 +1,6 @@ -WorkerStatistics | poolifier
-
- -
-
-
-
- -

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.15

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