Macro tracy_client::create_plot[][src]

macro_rules! create_plot {
    ($name : expr) => { ... };
}
Expand description

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

Examples

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