public static class UpdateEncoder.PerformanceEncoder
extends java.lang.Object
Constructor and Description |
---|
PerformanceEncoder() |
public void wrap(UpdateEncoder parentMessage, org.agrona.MutableDirectBuffer buffer, int count)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public UpdateEncoder.PerformanceEncoder next()
public static long totalRuntimeMsNullValue()
public static long totalRuntimeMsMinValue()
public static long totalRuntimeMsMaxValue()
public UpdateEncoder.PerformanceEncoder totalRuntimeMs(long value)
public static long totalExamplesNullValue()
public static long totalExamplesMinValue()
public static long totalExamplesMaxValue()
public UpdateEncoder.PerformanceEncoder totalExamples(long value)
public static long totalMinibatchesNullValue()
public static long totalMinibatchesMinValue()
public static long totalMinibatchesMaxValue()
public UpdateEncoder.PerformanceEncoder totalMinibatches(long value)
public static float examplesPerSecondNullValue()
public static float examplesPerSecondMinValue()
public static float examplesPerSecondMaxValue()
public UpdateEncoder.PerformanceEncoder examplesPerSecond(float value)
public static float minibatchesPerSecondNullValue()
public static float minibatchesPerSecondMinValue()
public static float minibatchesPerSecondMaxValue()
public UpdateEncoder.PerformanceEncoder minibatchesPerSecond(float value)