X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatisticsRequirements.html;h=3e55930230294775bd52d3b608bb21516cb7e48e;hb=679768fd09ec4f1d6b089a53f5a98aeb8a8d1584;hp=f3e984e4b9e92b89cc3ccdb6eb969b68e5cc5447;hpb=c11be5eddc7229e4b77105ed27e93697b65d0146;p=poolifier.git diff --git a/docs/interfaces/TaskStatisticsRequirements.html b/docs/interfaces/TaskStatisticsRequirements.html index f3e984e4..3e559302 100644 --- a/docs/interfaces/TaskStatisticsRequirements.html +++ b/docs/interfaces/TaskStatisticsRequirements.html @@ -1,114 +1,8 @@ -TaskStatisticsRequirements | poolifier - v2.7.2
-
- -
-
-
-
- -

Interface TaskStatisticsRequirementsInternal

-
-

Pool worker node worker usage statistics requirements.

-
-
-
-

Hierarchy

-
    -
  • TaskStatisticsRequirements
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- - -

Tasks event loop utilization requirements.

-
-
-
- - -

Tasks runtime requirements.

-
-
-
- - -

Tasks wait time requirements.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TaskStatisticsRequirements | poolifier - v4.0.2

Interface TaskStatisticsRequirementsInternal

Pool worker node worker usage statistics requirements.

+
interface TaskStatisticsRequirements {
    elu: MeasurementStatisticsRequirements;
    runTime: MeasurementStatisticsRequirements;
    waitTime: MeasurementStatisticsRequirements;
}

Properties

Properties

Tasks event loop utilization requirements.

+

Tasks runtime requirements.

+

Tasks wait time requirements.

+
\ No newline at end of file