pub fn profiler_counter(counter: u32)
Expand description

Increments a hardware counter between 0 and 7 (inclusive). This function will increment the counter by one per warp.

Panics

Panics if counter is not in the range of 0..=7.