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

Smarter units for bandwidths #145

Open skyreflectedinmirrors opened 1 year ago

skyreflectedinmirrors commented 1 year ago

It would be nice if we could get units for bandwidth values that scale with the size. E.g., if we have > a GB/s, label it GB/s, or MB/s or KB/s, etc.

Not sure how possible this actually is in the current design, but would improve readability significantly.

cc: @feizheng10

feizheng10 commented 1 year ago

Yes, technically it is not hard to do for single run...a bit tricky for multiple runs with comparison. I would suggest to do on tty/gui level.