pub unsafe fn ie_exec_network_get_metric(
    ie_exec_network: *const ie_executable_network_t,
    metric_name: *const c_char,
    param_result: *mut ie_param_t
) -> IEStatusCode
Expand description

@brief Gets general runtime metric for an executable network. It can be network name, actual device ID on which executable network is running or all other properties which cannot be changed dynamically. @ingroup ExecutableNetwork @param ie_exec_network A pointer to ie_executable_network_t instance. @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.