make_call_tree

Function make_call_tree 

Source
pub fn make_call_tree(
    blocks: &[BlockMetadata],
    begin_range_ns: i64,
    end_range_ns: i64,
    limit: Option<i64>,
    blob_storage: Arc<BlobStorage>,
    convert_ticks: ConvertTicks,
    stream: &StreamMetadata,
) -> impl Future<Output = Result<CallTree, Error>>
Expand description

Creates a call tree from a set of thread event blocks.