groovy.4-count-metrics.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-engine-table Show documentation
Show all versions of deephaven-engine-table Show documentation
Engine Table: Implementation and closely-coupled utilities
//////////////////// Count Metrics //////////////////////////
resetMetricsCounts = {
io.deephaven.util.metrics.MetricsManager.resetCounters()
}
getMetricsCounts = {
io.deephaven.util.metrics.MetricsManager.getCounters()
}
printMetricsCounts = {
println(io.deephaven.util.metrics.MetricsManager.getCounters())
}