toggle menu
valix
1.0.5
common
switch theme
search in API
valix-runtime
/
io.valix.runtime
/
ConstraintExecutionStats
Constraint
Execution
Stats
class
ConstraintExecutionStats
(
val
name
:
String
)
Execution metrics per validator class.
Members
Constructors
Constraint
Execution
Stats
Link copied to clipboard
constructor
(
name
:
String
)
Properties
count
Link copied to clipboard
var
count
:
Long
max
Duration
Ns
Link copied to clipboard
var
maxDurationNs
:
Long
name
Link copied to clipboard
val
name
:
String
total
Duration
Ns
Link copied to clipboard
var
totalDurationNs
:
Long
Functions
record
Link copied to clipboard
fun
record
(
durationNs
:
Long
)