SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.context
/
ExecutionStats
/
ExecutionStats
Execution
Stats
constructor
(
operationsExecuted
:
Long
=
0
,
totalExecutionTime
:
Long
=
0
,
averageExecutionTime
:
Double
=
if (operationsExecuted > 0) totalExecutionTime.toDouble() / operationsExecuted else 0.0
,
tensorsCreated
:
Long
=
0
,
peakMemoryUsage
:
Long
=
0
)
(
source
)