[][src]Function ittapi_rs::__itt_counter_inc_delta_v3

pub unsafe extern "C" fn __itt_counter_inc_delta_v3(
    domain: *const __itt_domain,
    name: *mut __itt_string_handle,
    delta: c_ulonglong
)

@ingroup counters @brief Increment a counter by the value specified in delta. @param[in] domain The domain controlling the call. Counter names are not domain specific. The domain argument is used only to enable or disable the API calls. @param[in] name The name of the counter @param[in] delta The amount by which to increment the counter