Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
compact-engine
/
com.midnight.kuira.core.compact
/
PipelineTimings
Pipeline
Timings
data
class
PipelineTimings
(
val
fetchStateMs
:
Long
=
0
,
val
executeMs
:
Long
=
0
,
val
proveMs
:
Long
=
0
,
val
balanceMs
:
Long
=
0
,
val
submitMs
:
Long
=
0
)
Timing breakdown for each pipeline stage (milliseconds).
Members
Constructors
Pipeline
Timings
Link copied to clipboard
constructor
(
fetchStateMs
:
Long
=
0
,
executeMs
:
Long
=
0
,
proveMs
:
Long
=
0
,
balanceMs
:
Long
=
0
,
submitMs
:
Long
=
0
)
Properties
balance
Ms
Link copied to clipboard
val
balanceMs
:
Long
=
0
execute
Ms
Link copied to clipboard
val
executeMs
:
Long
=
0
fetch
State
Ms
Link copied to clipboard
val
fetchStateMs
:
Long
=
0
prove
Ms
Link copied to clipboard
val
proveMs
:
Long
=
0
submit
Ms
Link copied to clipboard
val
submitMs
:
Long
=
0
total
Ms
Link copied to clipboard
val
totalMs
:
Long