X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatisticsRequirements.html;h=0506d9bce765e2a02afc77e9fbc362d8ccb9f9a4;hb=d3a9c958dcc326062e978f22d88747c00522032d;hp=4ba5d8a5f26ce1bcc1317ba64d66937516bc5bb3;hpb=41ad8560b4bc9bed1f1840deda65d619ba68d485;p=poolifier.git diff --git a/docs/interfaces/TaskStatisticsRequirements.html b/docs/interfaces/TaskStatisticsRequirements.html index 4ba5d8a5..0506d9bc 100644 --- a/docs/interfaces/TaskStatisticsRequirements.html +++ b/docs/interfaces/TaskStatisticsRequirements.html @@ -1,114 +1,8 @@ -TaskStatisticsRequirements | poolifier - v2.6.41
-
- -
-
-
-
- -

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 - v3.1.29

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.

+

Generated using TypeDoc

\ No newline at end of file