It is Nvidia's Profiler, profiles any executable including CUDA programs.
nvprof ./executable
In case if you want the obsolute url /usr/local/cuda/bin/nvprof or /usr/local/cuda-<MAJOR.minor>/bin/nvprof
where MAJOR.minor
is your CUDA version installed.