Macro tracy_client::plot
source · [−]macro_rules! plot {
($name: literal, $value: expr) => { ... };
}Expand description
Convenience macro for Client::plot on the current client.
Panics
- If a
Clientisn’t currently running.
macro_rules! plot {
($name: literal, $value: expr) => { ... };
}Convenience macro for Client::plot on the current client.
Client isn’t currently running.