Cuda profiler not showing certain columns?

Is it possible that if the kernel finishes early, Cuda profiler could not show certain columns? When I execute it, it works correctly…
But when I run this in cuda profiler, it only shows GPU Time, CPU Time, Occupancy… Is something wrong …? THanks

Oh, this was my mistake.
It’s working now. When I used very large input, too many blocks were launched … where output was not correct…