【Issue Description】
Nsight Compute GUI can display complete Instruction Statistics table in Page Detail
(including specific instruction types like FADD, FMUL, FFMA and their counts),
but CLI tools cannot export this structured data.
【Methods Tried】
:1. ncu --import report.ncu-rep --page details --print-details all --csv
2. ncu --import report.ncu-rep --page raw --csv
Result: Has some section/raw metrics but lacks structured view of Instruction Statistics table from GUI
【Use Case】
Need to batch analyze instruction statistics for multiple kernels, manual GUI export is too inefficient.
Report files contain dozens of kernels, manual operation is not practical.
【Feature Request】Can CLI support for exporting complete Page Detail data for each kernel (including all section tables) ? Or any method that can export kernel instruction table data in batch
