Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NVIDIA Nsight Compute CLI (nv-nsight-cu-cli) provides a non-interactive way to profile applications from the command line. It can print the results directly on the command line or store them in a report file. It can also be used to simply launch the target application and later attach with NVIDIA Nsight Compute or another nv-nsight-cu-cli instance.

Code Block
nsys [global-options]nv-nsight-cu-cli -o profile [options] <application> [application-arguments]