Function mz_prof::ever_symbolicated

source ·
pub fn ever_symbolicated() -> bool
Expand description

Check whether symbolication has ever been run in this process. This controls whether we display a warning about increasing RAM usage due to the backtrace cache on the profiler page. (Because the RAM hit is one-time, we don’t need to warn if it’s already happened).