NVTX nvtxRange name missing.

Hi. I am using:

nvtxRangePushA(<name>);

and

nvtxRangePop();

to profile cpu ranges in my cuda application, the ranges show up in the profile, but the is missing. I am using --timeout because if I kill wiht ctrl+c then an empty profile is written. I still see:

==13925== Execution timeout, stopping the application...
==13925== Warning: Some profiling data are not recorded. Make sure cudaProfilerStop() or cuProfilerStop() is called before application exit to flush profile data.
==13925== Generated result file: /tmp/pushA.nvprof

Is it possible my range names arent written with --timeout?

See the output in nvvp: