[−][src]Function mmal_sys::mmal_vc_get_core_stats
pub unsafe extern "C" fn mmal_vc_get_core_stats(
stats: *mut MMAL_CORE_STATISTICS_T,
result: *mut MMAL_STATS_RESULT_T,
name: *mut c_char,
namelen: usize,
type_: MMAL_PORT_TYPE_T,
component: c_uint,
port: c_uint,
dir: MMAL_CORE_STATS_DIR,
reset: MMAL_BOOL_T
) -> Type
Return the MMAL core statistics for a given component/port.
@param stats Updated with given port statistics @param result Whether the port/component was found @param name Filled in with the name of the port @param namelen Length of name @param component Which component (indexed from zero) @param port_type Which type of port @param port Which port (index from zero) @param reset Reset the stats.