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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 04:49:05 PST 2021


djtodoro added inline comments.


================
Comment at: llvm/utils/llvm-mca-compare.py:68
+        default=False,
+        help="Draw plots of statistics (without resource pressure per iter) for input assembler files.",
+    )
----------------
too verbose I think, I'd say:

"Draw plots of statistics for input files."


================
Comment at: llvm/utils/llvm-mca-compare.py:83
+        default=["-"],
+        help="Specified relative path where you want to save the plots.",
+    )
----------------



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

https://reviews.llvm.org/D115718



More information about the llvm-commits mailing list