[][src]Function openvino_sys::ie_core_get_metric

pub unsafe extern "C" fn ie_core_get_metric(
    core: *const ie_core_t,
    device_name: *const c_char,
    metric_name: *const c_char,
    param_result: *mut ie_param_t
) -> IEStatusCode

@brief Gets general runtime metric for dedicated hardware. The method is needed to request common device properties which are executable network agnostic. It can be device name, temperature, other devices-specific values. @ingroup Core @param core A pointer to ie_core_t instance. @param device_name A name of a device to get a metric value. @param metric_name A metric name to request. @param param_result A metric value corresponding to the metric_name. @return Status code of the operation: OK(0) for success.