How to Use Cuda Visual Profiler I want to Run a simple program using Cuda Visual Profiler

I want to run my simple cuda program on Cuda Profiler.but don’t know How to use it?
I am using Fedora10 and cudaToolkit2.3.Tell which command i use to do so?
Thanks in Advance

you should add “/usr/local/cuda/cudaprof/bin” to both your PATH and LD_LIBRARY_PATH. Then run cudaprof is ok. A GUI will come out and you can easily get familiar with it.

Thanks WildChild