[][src]Function ittapi_rs::__itt_counter_inc_v3

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

@ingroup counters @brief Increment a counter by one. The first call with a given name creates a counter by that name and sets its value to zero. Successive calls increment the counter value. @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