macro_rules! dynamo_nvtx_name_thread {
($name:expr) => { ... };
}Expand description
Annotate the current OS thread in the Nsight Systems timeline.
Zero-cost when the nvtx Cargo feature is off.
macro_rules! dynamo_nvtx_name_thread {
($name:expr) => { ... };
}Annotate the current OS thread in the Nsight Systems timeline.
Zero-cost when the nvtx Cargo feature is off.