Package convex.core.util
Class Counters
java.lang.Object
convex.core.util.Counters
Some event counters, for debugging and general metrics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic long
static long
static long
static long
static long
static long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sendCount
public static volatile long sendCount -
beliefMerge
public static volatile long beliefMerge -
applyBlock
public static volatile long applyBlock -
etchRead
public static volatile long etchRead -
etchWrite
public static volatile long etchWrite -
etchMiss
public static volatile long etchMiss
-
-
Constructor Details
-
Counters
public Counters()
-
-
Method Details
-
getStats
-