The Details view displays a table of information for each memory copy and kernel execution in the profiled application. The following figure shows the table containing several executions of the CUDAkernel1DCT kernel. Each row of the table contains general information for a kernel execution or memory copy. For kernels, the table will also contain a column for each metric or event value collected for that kernel. In the figure, the Achieved Occupancy column shows the value of that metric for each of the kernel executions.
You can sort the data by a column by left clicking on the column header, and you can rearrange the columns by left clicking on a column header and dragging it to its new location. If you select a row in the table, the corresponding interval will be selected in the Timeline view. Similarly, if you select a kernel or memcpy interval in the Timeline view the Details table will be scrolled to show the corresponding data.
The detailed information shown in the Details view is filtered to include only those kernels and memory copies that are visible and non-filtered in the Timeline view. Thus, you can limit the Details table to show results only for the kernels and memory copies you are interested in by collapsing and filtering rows in the Timeline view.
The numbers in the Details table can be displayed either with or without grouping separators. Use the first toolbar icon in the upper left corner of the view to select or deselect grouping separators.
The contents of the Details table can be exported in CSV format using the second toolbar icon in the upper left corner of the view.