fxprof-processed-profile 0.8.1

Create profiles in the Firefox Profiler's processed profile JSON format.
Documentation
1
2
3
use rustc_hash::FxHashMap;

pub type FastHashMap<K, V> = FxHashMap<K, V>;