fxprof_processed_profile/
fast_hash_map.rs

1use rustc_hash::FxHashMap;
2
3pub type FastHashMap<K, V> = FxHashMap<K, V>;