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

About the generation of json files #98

Closed Yanxing-Shi closed 1 year ago

Yanxing-Shi commented 1 year ago

I am currently testing the performance of a model using the following command

rocprof --stats python3 benchmark_ait.py --batch-size 1 --seq-length 128

In this case, it only generate some csv files, but json files cannot be generated. If I add "--hip-trace" to this command for collecting application trace, the program will report an error. How can I generate json files for visualization in chrome?