Modifier and Type | Method and Description |
---|---|
void |
Profiling.setMetrics(MutableMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileTest.MockStep.setMetrics(MutableMetrics parentMetrics) |
Modifier and Type | Method and Description |
---|---|
MutableMetrics |
ProfileStep.ProfileBiOperator.apply(MutableMetrics metricsA,
MutableMetrics metricsB) |
MutableMetrics |
ProfileStep.getMetrics() |
Modifier and Type | Method and Description |
---|---|
MemoryComputeKey<MutableMetrics> |
ProfileStep.getMemoryComputeKey() |
Modifier and Type | Method and Description |
---|---|
MutableMetrics |
ProfileStep.ProfileBiOperator.apply(MutableMetrics metricsA,
MutableMetrics metricsB) |
Modifier and Type | Method and Description |
---|---|
MutableMetrics |
MutableMetrics.clone() |
MutableMetrics |
MutableMetrics.getNested(String metricsId) |
Modifier and Type | Method and Description |
---|---|
void |
MutableMetrics.addNested(MutableMetrics metrics) |
void |
MutableMetrics.aggregate(MutableMetrics other)
Aggregate one set of metrics into the current body of metrics.
|
Constructor and Description |
---|
DefaultTraversalMetrics(long totalStepDurationNs,
List<MutableMetrics> orderedMetrics)
This is only a convenient constructor needed for GraphSON deserialization.
|
Modifier and Type | Method and Description |
---|---|
MutableMetrics |
MutableMetricsSupplier.get() |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.