[][src]Function ittapi_rs::__itt_task_begin_fn_ex

pub unsafe extern "C" fn __itt_task_begin_fn_ex(
    domain: *const __itt_domain,
    clock_domain: *mut __itt_clock_domain,
    timestamp: c_ulonglong,
    taskid: __itt_id,
    parentid: __itt_id,
    fn_: *mut c_void
)

@ingroup clockdomain @brief Begin a task instance. @param[in] domain The domain for this task @param[in] clock_domain The clock domain controlling the execution of this call. @param[in] timestamp The user defined timestamp. @param[in] taskid The identifier for this task instance, or __itt_null @param[in] parentid The parent of this task, or __itt_null @param[in] fn The pointer to the function you are tracing