pub unsafe extern "C" fn k_thread_runtime_stats_enable(
    thread: k_tid_t,
) -> c_intExpand description
@brief Enable gathering of runtime statistics for specified thread
This routine enables the gathering of runtime statistics for the specified thread.
@param thread ID of thread @return -EINVAL if invalid thread ID, otherwise 0