| Package | Description |
|---|---|
| perffmwk |
This framework makes it easy to archive, report, and compare performance statistics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Expr
Holds an individual statistics specification expression.
|
class |
RuntimeStatSpec
Holds an individual statistics specification generated at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
protected StatSpec |
StatSpec.distill()
Used by PerfComparer to throw out stats that will not be compared
|
StatSpec |
Expr.getDenominator() |
StatSpec |
Expr.getNumerator() |
protected StatSpec |
StatConfig.getStatSpec(String name)
Returns the
StatSpec with the given name. |
protected StatSpec |
StatConfig.getStatSpecByKey(String key)
Returns the
StatSpec with the given key. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatConfig.addStatSpec(StatSpec statspec)
Adds a
StatSpec to this StatConfig. |
protected static PerfStatValue |
PerfStatReader.getPerfStatValue(StatSpec statspec,
TrimSpec trimspec,
com.gemstone.gemfire.internal.StatArchiveReader.StatValue sv)
Translates a StatValue into a PerfStatValue with the specified filter,
with the specified operations, and the specified trim.
|
void |
Expr.setDenominator(StatSpec denominator) |
void |
Expr.setNumerator(StatSpec numerator) |
| Constructor and Description |
|---|
PerfStatValue(StatSpec statspec,
TrimSpec trimspec) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.