X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=49dff897ef5fe8e89b86cab0598027c168ed13be;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=1738cacabd97e956750bc296b5c8847749513917;hpb=e816f0c4b8ce1ef889db0c7c0c260dd85a55ac91;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 1738caca..49dff897 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,124 +1,10 @@ -TaskPerformance | poolifier - v2.6.45
-
- -
-
-
-
- -

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.29

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