This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Show noise cluster in analysis output.
ClosedPublic

Authored by courbet on Oct 10 2019, 4:17 AM.

Diff Detail

Event Timeline

courbet created this revision.Oct 10 2019, 4:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2019, 4:17 AM
Herald added a subscriber: tschuett. · View Herald Transcript
gchatelet added inline comments.Oct 10 2019, 4:29 AM
llvm/tools/llvm-exegesis/lib/Analysis.cpp
593

Can we call it "outliers" or "unattributed"? noise is a bit vague to me.

courbet marked an inline comment as done.Oct 10 2019, 4:38 AM
courbet added inline comments.
llvm/tools/llvm-exegesis/lib/Analysis.cpp
593

"Noise" is the classical dbscan terminology, that has already been used in the Clustering class.

gchatelet accepted this revision.Oct 11 2019, 1:29 AM
This revision is now accepted and ready to land.Oct 11 2019, 1:29 AM
This revision was automatically updated to reflect the committed changes.