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

kernelNames dropdown is unreadable #102

Closed coleramos425 closed 1 year ago

coleramos425 commented 1 year ago

When analyzing a workload in the Flask GUI with very long kernelNames the dropdown filter becomes unreadable. You'll notice text will overlap and it's nearly impossible for the user to work with.

Please fix this menu to account for applications with these longer kernelNames. image

coleramos425 commented 1 year ago

image

jrmadsen commented 1 year ago

@JoseSantosAMD take a look at these modifications and consider applying them to the causal profiling GUI for omnitrace. I got rid of the basename everywhere bc you ended up with two identical names when two files with the same name but in different directories were added -- so now if you pass the absolute path, the top menu starts to look like this