ItemList.Type
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
count, max, min, NUM_BASIC_ITEMS, sum, sumOfSquares
ITEM_FORMAT_PERC, ITEM_FORMAT_TIME, ITEM_NAME_AVERAGE, ITEM_NAME_COUNT, ITEM_NAME_MAX, ITEM_NAME_MIN, ITEM_NAME_STDDEV, ITEM_NAME_SUM, ITEM_NAME_SUMSQ, ITEM_VALUE_NAN, PRINT_FORMAT_COUNT, PRINT_FORMAT_PERC, PRINT_FORMAT_TIME
Constructor and Description |
---|
SummaryRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
registerItem(Item item) |
void |
setName(String string) |
XmlBuilder |
toXml(DecimalFormat timeFormat,
DecimalFormat percentageFormat) |
XmlBuilder |
toXml(String name,
DecimalFormat timeFormat,
DecimalFormat percentageFormat) |
addRecord, addSums, addValue, checkMinMax, getAverage, getCount, getIntervalAverage, getIntervalCount, getIntervalMax, getIntervalMin, getIntervalSum, getIntervalSumOfSquares, getIntervalVariance, getItemCount, getItemName, getItemType, getItemValue, getMax, getMin, getStdDev, getSum, getSumOfSquares, getVariance, reset, takeSnapshot, toXml, updateIntervalMinMax
public void registerItem(Item item)
public XmlBuilder toXml(String name, DecimalFormat timeFormat, DecimalFormat percentageFormat)
public XmlBuilder toXml(DecimalFormat timeFormat, DecimalFormat percentageFormat)
public void setName(String string)
public String getName()
Copyright © 2023 Frank!Framework. All rights reserved.