[PATCH] D115718: [llvm-mca] Plot as result of comparing multiple files

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 19 05:21:17 PST 2021


andreadb added a comment.

Thanks for this patch.

I don't have a strong opinion in general.
I wonder if there is a better way to visualise resource pressure.
For example, it would be nicer and much more readable if samples contributed by different files were clustered by resource ID. Currently, it is not immediately recognisable where contributions for a resource ID end, and where contributions to the next resource start.

As a side note: what about the other patch D115138 <https://reviews.llvm.org/D115138>? It doesn't look like it was committed yet.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115718/new/

https://reviews.llvm.org/D115718



More information about the llvm-commits mailing list