X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=96b74ff9cd51119bf7c50a029a1d77d0d96192a0;hb=186417b2eb79b9bcadbf15bd5c53da4dbe6c92e2;hp=99a65e52f05598d2987e5161430b4ed42b7893cf;hpb=202bcb6b999895ba5c5ef42eccd6a95836d21602;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index 99a65e52..96b74ff9 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,150 +1,10 @@ -TaskPerformance | poolifier
-
- -
-
-
-
- -

Interface TaskPerformance

-
-

Task performance.

-
-
-
-

Hierarchy

-
    -
  • TaskPerformance
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
elu?: EventLoopUtilization
-

Task event loop utilization.

-
-
-
- -
runTime?: number
-

Task runtime.

-
-
-
- -
timestamp: number
-

Task performance timestamp.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TaskPerformance | poolifier - v4.0.10

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.

+
\ No newline at end of file