Package | Description |
---|---|
org.perfcake.common | |
org.perfcake.reporting.destination | |
org.perfcake.reporting.destination.c3chart | |
org.perfcake.reporting.reporter |
Modifier and Type | Method and Description |
---|---|
PeriodType |
Period.getPeriodType()
Gets period type.
|
static PeriodType |
PeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodType[] |
PeriodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BoundPeriod(PeriodType periodType,
long period,
T binding)
Creates a new BoundPeriod.
|
Period(PeriodType periodType,
long period)
Creates a new period of the given type and length.
|
Modifier and Type | Method and Description |
---|---|
PeriodType |
ChartDestination.getxAxisType()
Gets the type of the X axis.
|
Modifier and Type | Method and Description |
---|---|
ChartDestination |
ChartDestination.setxAxisType(PeriodType xAxisType)
Sets the type of the X axis.
|
Modifier and Type | Method and Description |
---|---|
PeriodType |
C3Chart.getxAxisType()
Gets the type of the X axis.
|
Modifier and Type | Method and Description |
---|---|
void |
C3Chart.setxAxisType(PeriodType xAxisType)
Gets the type of the X axis.
|
Modifier and Type | Method and Description |
---|---|
PeriodType |
WarmUpReporter.getMaximalWarmUpType()
Gets the unit in which we measure the maximal warm-up count.
|
Modifier and Type | Method and Description |
---|---|
void |
IterationsPerSecondReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
StatsReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
MemoryUsageReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
Reporter.publishResult(PeriodType periodType,
Destination destination)
Publishes results to the destination.
|
void |
RawReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
WarmUpReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
ResponseTimeHistogramReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
GeolocationReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
ClassifyingReporter.publishResult(PeriodType periodType,
Destination destination) |
WarmUpReporter |
WarmUpReporter.setMaximalWarmUpType(PeriodType maximalWarmUpType)
Sets the unit in which we measure the maximal warm-up count.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.