macro_rules! mark { ($($tt:tt)*) => { ... }; }
Marks an instantaneous event in the application.
message
use nvtx::{mark}; mark!("Operation A");