None of this is true. I type "nsys" on my Fedora linux system, and there it is! It was doubtlessly installed as part of the toolkit.
They say you can type "nsys profile -t cuda --stats=true ./simple" (and I do). This yields a screen full of information.
The tutorial tells you to fetch the "nsys_easy" script from this Github repository:
It is a 51 line bash script -- a wrapper around "nsys" The first example below is from the Github README, the second line (with no options) is what I use and what the tutorial recommends:nsys_easy -t cuda,osrt -s none -c none -o nsys_easy -r cuda_gpu_kernel_sum ./simple nsys_easy ./simple
Tom's Computer Info / tom@mmto.org