How to measure CPU time with nanosecond precision in C++ (Mac M4)?
I am trying to profile my C++ code with nanosecond precision (CPU time only) and I am unable to find a construct that works on Mac M4 for the same.
I am trying to profile my C++ code with nanosecond precision (CPU time only) and I am unable to find a construct that works on Mac M4 for the same.