Function ittapi_rs::__itt_region_end[][src]

pub unsafe extern "C" fn __itt_region_end(
    domain: *const __itt_domain,
    id: __itt_id
)
Expand description

@ingroup regions @brief End of region instance. The first call to __itt_region_end with a given ID ends the region. Successive calls with the same ID are ignored, as are calls that do not have a matching __itt_region_begin call. @param[in] domain The domain for this region instance @param[in] id The instance ID for this region instance