[PATCH] D68780: [llvm-exegesis] Show noise cluster in analysis output.
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 04:33:08 PDT 2019
gchatelet added inline comments.
================
Comment at: llvm/tools/llvm-exegesis/lib/Analysis.cpp:593
+ printClusterRawHtml(InstructionBenchmarkClustering::ClusterId::noise(),
+ "[noise]", OS);
+
----------------
Can we call it "outliers" or "unattributed"? noise is a bit vague to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68780/new/
https://reviews.llvm.org/D68780
More information about the llvm-commits
mailing list