Feature request: Output to a text file format

Hey ncu team,

I often want to export to a file format that LLMs can read.

Right now I export to img and have the LLM read the image - but it isn’t perfect - often it gets the metrics wrong.

Could we support exporting an ncu trace to a text file format?

ncu --import do_not_commit/ncu/pos_emb_interp_v2_1img.ncu-rep --page details > output.txt

Oh - I realize that this does what I need - nvm

Thanks @aidan23
Glad to know it works for you now.