class Metrics


Utility class to track metrics during the system resolution

Summary

Public constructors

Public functions

Unit
copy(metrics: Metrics!)

Copy the values from and existing Metrics class

Unit
String!

Public constructors

Metrics

Added in 1.1.2
Metrics()

Public functions

copy

Added in 1.1.2
fun copy(metrics: Metrics!): Unit

Copy the values from and existing Metrics class

Parameters
metrics: Metrics!

reset

Added in 1.1.2
fun reset(): Unit

toString

fun toString(): String!

Public properties

additionalMeasures

Added in 1.1.2
val additionalMeasures: Long

bfs

Added in 1.1.2
val bfs: Long

constraints

Added in 1.1.2
val constraints: Long

determineGroups

Added in 1.1.2
val determineGroups: Long

errors

Added in 1.1.2
val errors: Long

extravariables

Added in 1.1.2
val extravariables: Long

fullySolved

Added in 1.1.2
val fullySolved: Long

graphOptimizer

Added in 1.1.2
val graphOptimizer: Long

graphSolved

Added in 1.1.2
val graphSolved: Long

grouping

Added in 1.1.2
val grouping: Long

infeasibleDetermineGroups

Added in 1.1.2
val infeasibleDetermineGroups: Long

iterations

Added in 1.1.2
val iterations: Long

lastTableSize

Added in 1.1.2
val lastTableSize: Long

layouts

Added in 1.1.2
val layouts: Long

linearSolved

Added in 1.1.2
val linearSolved: Long

mChildCount

Added in 1.1.2
val mChildCount: Long

mEquations

Added in 1.1.2
val mEquations: Long

mMeasureCalls

Added in 1.1.2
val mMeasureCalls: Long

mMeasureDuration

Added in 1.1.2
val mMeasureDuration: Long

mNumberOfLayouts

Added in 1.1.2
val mNumberOfLayouts: Int

mNumberOfMeasures

Added in 1.1.2
val mNumberOfMeasures: Int

mSimpleEquations

Added in 1.1.2
val mSimpleEquations: Long

mSolverPasses

Added in 1.1.2
val mSolverPasses: Long

mVariables

Added in 1.1.2
val mVariables: Long

maxRows

Added in 1.1.2
val maxRows: Long

maxTableSize

Added in 1.1.2
val maxTableSize: Long

maxVariables

Added in 1.1.2
val maxVariables: Long

measuredMatchWidgets

Added in 1.1.2
val measuredMatchWidgets: Long

measuredWidgets

Added in 1.1.2
val measuredWidgets: Long

measures

Added in 1.1.2
val measures: Long

measuresLayoutDuration

Added in 1.1.2
val measuresLayoutDuration: Long

measuresWidgetsDuration

Added in 1.1.2
val measuresWidgetsDuration: Long

measuresWrap

Added in 1.1.2
val measuresWrap: Long

measuresWrapInfeasible

Added in 1.1.2
val measuresWrapInfeasible: Long

minimize

Added in 1.1.2
val minimize: Long

minimizeGoal

Added in 1.1.2
val minimizeGoal: Long

nonresolvedWidgets

Added in 1.1.2
val nonresolvedWidgets: Long

optimize

Added in 1.1.2
val optimize: Long

pivots

Added in 1.1.2
val pivots: Long

problematicLayouts

Added in 1.1.2
val problematicLayouts: ArrayList<String!>!

resolutions

Added in 1.1.2
val resolutions: Long

resolvedWidgets

Added in 1.1.2
val resolvedWidgets: Long

simpleconstraints

Added in 1.1.2
val simpleconstraints: Long

slackvariables

Added in 1.1.2
val slackvariables: Long

tableSizeIncrease

Added in 1.1.2
val tableSizeIncrease: Long

variables

Added in 1.1.2
val variables: Long

widgets

Added in 1.1.2
val widgets: Long