X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskPerformance.html;h=96b74ff9cd51119bf7c50a029a1d77d0d96192a0;hb=f48170aa0c8d2c5555b973ae2e040d04435ace47;hp=e1796750de7c48d028c98c1e1f037500a07537f1;hpb=83924e2a6d515666785c4e222cc3aacee32e11ce;p=poolifier.git diff --git a/docs/interfaces/TaskPerformance.html b/docs/interfaces/TaskPerformance.html index e1796750..96b74ff9 100644 --- a/docs/interfaces/TaskPerformance.html +++ b/docs/interfaces/TaskPerformance.html @@ -1,124 +1,10 @@ -TaskPerformance | poolifier - v3.0.5
-
- -
-
-
-
- -

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