OSDN Git Service

[llvm-exegesis] Add a library to cluster benchmark results.
authorClement Courbet <courbet@google.com>
Mon, 7 May 2018 08:20:00 +0000 (08:20 +0000)
committerClement Courbet <courbet@google.com>
Mon, 7 May 2018 08:20:00 +0000 (08:20 +0000)
commit073b5b41a6029283638d2f2d72b6dfe0338f1117
treed789c3fdb900079d94563ce0b57b30593da74a89
parent10f1f0d599b1064490090eca38e6e3a4dae5b42b
[llvm-exegesis] Add a library to cluster benchmark results.

Reviewers: gchatelet

Subscribers: mgorny, tschuett, llvm-commits

Differential Revision: https://reviews.llvm.org/D46432

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331622 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-exegesis/lib/CMakeLists.txt
tools/llvm-exegesis/lib/Clustering.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Clustering.h [new file with mode: 0644]
unittests/tools/llvm-exegesis/CMakeLists.txt
unittests/tools/llvm-exegesis/ClusteringTest.cpp [new file with mode: 0644]