Struct pprof::ReportBuilder[][src]

pub struct ReportBuilder<'a> { /* fields omitted */ }
Expand description

A builder of Report and UnresolvedReport. It builds report from a running Profiler.

Implementations

pub fn frames_post_processor<T>(
    &mut self,
    frames_post_processor: T
) -> &mut Self where
    T: Fn(&mut Frames) + 'static, 

Set frames_post_processor of a ReportBuilder. Before finally building a report, frames_post_processor will be applied to every Frames.

Build an UnresolvedReport

Build a Report.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.