[][src]Crate tracy_client

This crate is a set of safe bindings to the client library of the Tracy profiler.

If you have already instrumented your application with tracing, consider tracing-tracy.

Macros

create_plot

Create an instance of plot that can plot arbitrary f64 values.

finish_continuous_frame

Indicate that rendering of a continuous frame has ended.

start_noncontinuous_frame

Start a non-continuous frame region.

Structs

Frame

A non-continuous frame region.

Plot

A plot for plotting arbitary f64 values.

ProfiledAllocator

A profiling wrapper around an allocator.

Span

A handle representing a span of execution.

Functions

message

Output a message.