| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.apimetrics |
Provides the classes and interfaces necessary for API metrics analysis within
the Chronicle Test Framework.
|
| Modifier and Type | Method and Description |
|---|---|
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addAccumulator(Supplier<Accumulator> accumulator)
Adds the supplied accumulator to the builder.
|
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addMetric(Metric<?> metric)
Add the provided
metric as applicable when analysing the set of packages. |
default ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addPackage(Package paket)
Adds the provided
paket and all its underlying packages to the set of packages to analyze. |
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addPackage(String packageName)
Adds the provided
packageName and all its underlying packages to the set of packages to analyze. |
default ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addPackageExclusion(Package paket)
Adds the provided
paket and all its underlying packages to the set of excluded packages not to analyze. |
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addPackageExclusion(String packageName)
Adds the provided
packageName and all its underlying packages to the set of excluded packages not to analyze. |
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addStandardAccumulators()
Adds a set of standard accumulators to the builder.
|
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addStandardMetrics()
Add a set of standard metrics as applicable when analysing the set of packages.
|
static ApiMetrics.ApiMetricsBuilder |
ApiMetrics.builder()
Creates and returns a new ApiMetricsBuilder.
|
Copyright © 2024. All rights reserved.