[−][src]Macro tracy_client::create_plot
Create an instance of plot that can plot arbitrary f64
values.
Examples
static TEMPERATURE: Plot = create_plot!("temperature"); TEMPERATURE.point(37.0);
Create an instance of plot that can plot arbitrary f64
values.
static TEMPERATURE: Plot = create_plot!("temperature"); TEMPERATURE.point(37.0);