X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=703549af89e13a51028899d6ec2b9e5019627553;hb=a25c335d7e5573a171fc96c445cb6092852b2c4a;hp=0d9d07687b6370236de8b0477498ced267ac1bab;hpb=a97f9c80aa49c6152547fb6fa8de4b0f089c2353;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 0d9d0768..703549af 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,4 +1,4 @@ -TaskPerformance | poolifier
+TaskPerformance | poolifier - v2.6.30
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.30
    @@ -14,7 +14,7 @@ -

    Interface TaskPerformance

    +

    Interface TaskPerformanceInternal

    Task performance.

    @@ -24,7 +24,7 @@
    +
  • Defined in src/utility-types.ts:30
  • @@ -33,35 +33,44 @@

    Properties

    Properties

    - +
    elu?: EventLoopUtilization

    Task event loop utilization.

    +
  • Defined in src/utility-types.ts:46
  • +
    + +
    name: string
    +

    Task name.

    +
    +
    - +
    runTime?: number

    Task runtime.

    +
  • Defined in src/utility-types.ts:42
  • - +
    timestamp: number

    Task performance timestamp.

    +
  • Defined in src/utility-types.ts:38