ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Reduce default content in GUI #9

Closed coleramos425 closed 1 year ago

coleramos425 commented 1 year ago

In the standalone GUI, when no filters are applied

omniperf analyze -p workloads/sample/mi200/ --gui

the HTML page will load data for every single metric and chart. To reduce loading time and compute, only high-level sections should be displayed:

The rest of the information can be displayed when kernel or dispatch filters are applied. Which will significantly decrease the compute required to generate results.