GPU Profiler Code Viewer

CodeXL

PreviousNext
CodeXL User Guide
Help > Using CodeXL > GPU Profiler > Using the GPU Profiler > GPU Profiler Code Viewer
GPU Profiler Code Viewer

The Code Viewer appears when you click on the name of a kernel in the first column of the GPU Profiler Performance Counters Session panel.

For OpenCL™ kernels, this panel shows the generated ISA or IL/HSAIL code of the kernel. It also shows the CL source code of the kernel, if the kernel source is available from the OpenCL™ runtime.

For DirectCompute kernels, this panel shows the DXASM code of the kernel.

For OpenCL™ kernels, you can select different modes in the combo box at the top of the panel to switch between displaying the IL code, ISA code, and CL source code.