ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
115 stars 43 forks source link

Tool for reading CSV files? #134

Open JohannesGaessler opened 5 months ago

JohannesGaessler commented 5 months ago

I used rocprofv2 to generate a CSV file with information about the kernels. However, navigating this CSV file with default spreadsheet software is kind of tedious. Is this the intended use? Is there another tool that is intended to be used here? In either case, I think this should be clarified in the README.

maartenarnst commented 4 months ago

We've experimented with the Pandas Python package, which may be useful to explore output from rocprofiler.

Note that it is also used in e.g. the Hatchet package that has readers for outputs from other ROCm tools such as omnitrace.