public static enum CsvConsumer.Column extends Enum<CsvConsumer.Column>
| Enum Constant and Description |
|---|
CLASS_NAME |
GC_CALLS |
GC_TIME |
METHOD_NAME |
ROUND_AVG |
ROUND_AVG_STDEV |
ROUND_BLOCK |
ROUND_BLOCK_STDEV |
ROUND_COUNT |
ROUND_GC |
ROUND_GC_STDEV |
ROUND_WARMUP |
TIME_BENCH |
TIME_TOTAL |
TIME_WARMUP |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
get(com.carrotsearch.junitbenchmarks.Result r) |
String |
getName() |
static CsvConsumer.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvConsumer.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvConsumer.Column CLASS_NAME
public static final CsvConsumer.Column METHOD_NAME
public static final CsvConsumer.Column ROUND_COUNT
public static final CsvConsumer.Column ROUND_WARMUP
public static final CsvConsumer.Column ROUND_AVG
public static final CsvConsumer.Column ROUND_AVG_STDEV
public static final CsvConsumer.Column ROUND_BLOCK
public static final CsvConsumer.Column ROUND_BLOCK_STDEV
public static final CsvConsumer.Column ROUND_GC
public static final CsvConsumer.Column ROUND_GC_STDEV
public static final CsvConsumer.Column GC_CALLS
public static final CsvConsumer.Column GC_TIME
public static final CsvConsumer.Column TIME_TOTAL
public static final CsvConsumer.Column TIME_WARMUP
public static final CsvConsumer.Column TIME_BENCH
public static CsvConsumer.Column[] values()
for (CsvConsumer.Column c : CsvConsumer.Column.values()) System.out.println(c);
public static CsvConsumer.Column valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract String get(com.carrotsearch.junitbenchmarks.Result r)
public String getName()
Copyright © 2012–2016. All rights reserved.