public class PerfReportPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
generateBriefReport
(boolean)
Should the generated performance report be "brief"
|
static java.lang.Long |
generatePerformanceReport
(boolean)
Whether or not to generate a performance report after a test has
completed.
|
static java.lang.Long |
heapSize
(String)
Heap size to use in the performance report generator VM.
|
static java.lang.Long |
maxReportWaitSec
(int)
Number of seconds to wait for a performance report to be complete
before timing out.
|
static java.lang.Long |
statisticsSpecification
(String)
Name of the statistics specification file.
|
static java.lang.Long |
useAutoGeneratedStatisticsSpecification
(boolean)
Whether to use an auto-generated file for stats specification.
|
| Constructor and Description |
|---|
PerfReportPrms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long statisticsSpecification
public static java.lang.Long generatePerformanceReport
statisticsSpecification file is written
to PerfReporter.PERFORMANCE_REPORT_FILE_NAME.public static java.lang.Long maxReportWaitSec
public static java.lang.Long heapSize
public static java.lang.Long generateBriefReport
public static java.lang.Long useAutoGeneratedStatisticsSpecification
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.