Skip to main content

build

Function build 

Source
pub fn build<'a>(
    arena: &CallTraceArena,
    test_name: &str,
    contract_name: &str,
    isolate: bool,
) -> SpeedscopeFile<'a>
Expand description

Builds a speedscope profile from a call trace arena.

Walks the trace arena directly so the Time Order view preserves execution order.