Package | Description |
---|---|
org.apache.sling.performance |
Modifier and Type | Field and Description |
---|---|
PerformanceRunner.ReportLevel |
PerformanceRunner.reportLevel |
Modifier and Type | Method and Description |
---|---|
static PerformanceRunner.ReportLevel |
PerformanceRunner.ReportLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceRunner.ReportLevel[] |
PerformanceRunner.ReportLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReportLogger.writeReport(String testSuiteName,
String testCaseName,
String className,
String methodName,
org.apache.commons.math.stat.descriptive.DescriptiveStatistics statistics,
ReportLogger.ReportType reportType,
PerformanceRunner.ReportLevel reportLevel)
Method the writes the performance report after a test is run
|
static void |
ReportLogger.writeReportTxt(String testSuiteName,
String testCaseName,
String className,
String methodName,
org.apache.commons.math.stat.descriptive.DescriptiveStatistics statistics,
PerformanceRunner.ReportLevel reportLevel)
Method the writes the performance report after a test is run, in text format
|
static void |
ReportLogger.writeReportTxt(String testSuiteName,
String testCaseName,
String className,
String methodName,
double min,
double percentile10,
double percentile50,
double percentile90,
double max,
PerformanceRunner.ReportLevel reportLevel)
Method that writes the performance report
|
static void |
ReportLogger.writeReportTxt(String testSuiteName,
String testCaseName,
String className,
String methodName,
double min,
double percentile10,
double percentile50,
double percentile90,
double max,
PerformanceRunner.ReportLevel reportLevel,
boolean showDecimals)
Method that writes the performance report
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.