stak_profiler

Function write_records

Source
pub fn write_records<R: Record, E: Error + From<Error>>(
    records: impl IntoIterator<Item = Result<R, E>>,
    writer: impl Write,
) -> Result<(), E>
Expand description

Writes profile records.