| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.apimetrics |
| Modifier and Type | Method and Description |
|---|---|
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addAccumulator(Supplier<Accumulator> accumulator) |
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() |
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 © 2023. All rights reserved.