INNER CODE UNIT · Rust

clear_profile_data

jerthz/scion · external/profiling/src/lib.rs:70

pub fn clear_profile_data() {
    if let Ok(mut data) = PROFILE_DATA.lock() {
        *data = None;
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…