public static class UpdateDecoder.PerformanceDecoder extends java.lang.Object implements java.lang.Iterable<UpdateDecoder.PerformanceDecoder>, java.util.Iterator<UpdateDecoder.PerformanceDecoder>
Constructor and Description |
---|
PerformanceDecoder() |
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<UpdateDecoder.PerformanceDecoder> iterator()
iterator
in interface java.lang.Iterable<UpdateDecoder.PerformanceDecoder>
public void remove()
remove
in interface java.util.Iterator<UpdateDecoder.PerformanceDecoder>
public boolean hasNext()
hasNext
in interface java.util.Iterator<UpdateDecoder.PerformanceDecoder>
public UpdateDecoder.PerformanceDecoder next()
next
in interface java.util.Iterator<UpdateDecoder.PerformanceDecoder>
public static int totalRuntimeMsId()
public static java.lang.String totalRuntimeMsMetaAttribute(MetaAttribute metaAttribute)
public static long totalRuntimeMsNullValue()
public static long totalRuntimeMsMinValue()
public static long totalRuntimeMsMaxValue()
public long totalRuntimeMs()
public static int totalExamplesId()
public static java.lang.String totalExamplesMetaAttribute(MetaAttribute metaAttribute)
public static long totalExamplesNullValue()
public static long totalExamplesMinValue()
public static long totalExamplesMaxValue()
public long totalExamples()
public static int totalMinibatchesId()
public static java.lang.String totalMinibatchesMetaAttribute(MetaAttribute metaAttribute)
public static long totalMinibatchesNullValue()
public static long totalMinibatchesMinValue()
public static long totalMinibatchesMaxValue()
public long totalMinibatches()
public static int examplesPerSecondId()
public static java.lang.String examplesPerSecondMetaAttribute(MetaAttribute metaAttribute)
public static float examplesPerSecondNullValue()
public static float examplesPerSecondMinValue()
public static float examplesPerSecondMaxValue()
public float examplesPerSecond()
public static int minibatchesPerSecondId()
public static java.lang.String minibatchesPerSecondMetaAttribute(MetaAttribute metaAttribute)
public static float minibatchesPerSecondNullValue()
public static float minibatchesPerSecondMinValue()
public static float minibatchesPerSecondMaxValue()
public float minibatchesPerSecond()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)