[][src]Macro tracy_client::create_plot

macro_rules! create_plot {
    ($name: literal) => { ... };
}

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

Examples

static TEMPERATURE: Plot = create_plot!("temperature");
TEMPERATURE.point(37.0);