X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatisticsRequirements.html;h=0506d9bce765e2a02afc77e9fbc362d8ccb9f9a4;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=024c3da9a67f61072dd00baf71af77249e125600;hpb=f9fc489a415da7131735b04b0af50b1143dbdf70;p=poolifier.git diff --git a/docs/interfaces/TaskStatisticsRequirements.html b/docs/interfaces/TaskStatisticsRequirements.html index 024c3da9..0506d9bc 100644 --- a/docs/interfaces/TaskStatisticsRequirements.html +++ b/docs/interfaces/TaskStatisticsRequirements.html @@ -1,8 +1,8 @@ -TaskStatisticsRequirements | poolifier - v3.0.5

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