how to use the nvvp (NVIDIA visual profiler)?

hello.
I want to use nvvp for checking to overlap between asynchronous copy and kernel execution.
(I absolutely need visualization program, no Nsight…)
so, my question is

  1. how to install the nvvp? (I read the manual. When I install CUDA toolkit, nvvp is installed right?)

  2. how to use the nvvp?

thank you for your help!

  1. installed by cuda toolkit installer
  2. type nvvp at a command prompt, assuming you have a graphical desktop

[url]Using NVVP Part1 - Intro to Parallel Programming - YouTube

Oh! when type nvvp at a command prompt, the result is showed to monitor!
I didn’t know that, because I used the putty terminal. Thank you so much!