Struct tracy_client::Span[][src]

pub struct Span(_, _);
Expand description

A handle representing a span of execution.

Implementations

Start a new Tracy span.

This function allocates the span information on the heap until it is read out by the profiler.

callstack_depth specifies the maximum number of stack frames client should collect.

Emit a numeric value associated with this span.

Emit some text associated with this span.

Emit a color associated with this span.

Trait Implementations

Executes the destructor for this type. Read more

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 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.