pub fn trace_runtime<R, F>(f: F) -> R where
    F: FnOnce() -> R, 
Expand description

Enables tracing of the EVN runtime during the execution of f.