static TRITONSERVER_Error |
tritonserver.TRITONSERVER_GetMetricKind(TRITONSERVER_Metric metric,
int[] kind) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_GetMetricKind(TRITONSERVER_Metric metric,
IntBuffer kind) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_GetMetricKind(TRITONSERVER_Metric metric,
IntPointer kind)
Get the TRITONSERVER_MetricKind of metric and its corresponding family.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricDelete(TRITONSERVER_Metric metric)
Delete a metric object.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricIncrement(TRITONSERVER_Metric metric,
double value)
Increment the current value of metric by value.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNew(TRITONSERVER_Metric metric,
TRITONSERVER_MetricFamily family,
TRITONSERVER_Parameter labels,
long label_count) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricSet(TRITONSERVER_Metric metric,
double value)
Set the current value of metric to value.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricValue(TRITONSERVER_Metric metric,
double[] value) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricValue(TRITONSERVER_Metric metric,
DoubleBuffer value) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricValue(TRITONSERVER_Metric metric,
DoublePointer value)
Get the current value of a metric object.
|