Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ExecutionStatistics
Interface ExecutionStatistics
Aggregated execution statistics
interface
ExecutionStatistics
{
totalExecutions
:
number
;
successfulExecutions
:
number
;
failedExecutions
:
number
;
averageDuration
:
number
;
totalCost
:
number
;
averageCost
:
number
;
}
Index
Properties
total
Executions
successful
Executions
failed
Executions
average
Duration
total
Cost
average
Cost
Properties
Readonly
total
Executions
totalExecutions
:
number
Readonly
successful
Executions
successfulExecutions
:
number
Readonly
failed
Executions
failedExecutions
:
number
Readonly
average
Duration
averageDuration
:
number
Readonly
total
Cost
totalCost
:
number
Readonly
average
Cost
averageCost
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
total
Executions
successful
Executions
failed
Executions
average
Duration
total
Cost
average
Cost
Stratix Framework - v0.8.2
Loading...
Aggregated execution statistics