X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=31e3b2f6b5a6b06c835c4f95926333b07803838c;hb=d67bed32f766d3db7c436ce1a1b9b8dfc3f4633a;hp=2f02876f69e32a2d9707c1e53a2594d33adfe65e;hpb=447eca603b96bc46303dfa16f3048b68ae576b0c;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 2f02876f..31e3b2f6 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,124 +1,10 @@ -TaskPerformance | poolifier - v2.7.0
-
- -
-
-
-
- -

Interface TaskPerformanceInternal

-
-

Task performance.

-
-
-
-

Hierarchy

-
    -
  • TaskPerformance
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
elu?: EventLoopUtilization
-

Task event loop utilization.

-
-
-
- -
name: string
-

Task name.

-
-
-
- -
runTime?: number
-

Task runtime.

-
-
-
- -
timestamp: number
-

Task performance timestamp.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TaskPerformance | poolifier - v3.1.21

Interface TaskPerformanceInternal

Task performance.

+
interface TaskPerformance {
    elu?: EventLoopUtilization;
    name: string;
    runTime?: number;
    timestamp: number;
}

Properties

Properties

elu?: EventLoopUtilization

Task event loop utilization.

+
name: string

Task name.

+
runTime?: number

Task runtime.

+
timestamp: number

Task performance timestamp.

+

Generated using TypeDoc

\ No newline at end of file