[llvm-exegesis] Add an analysis mode.
authorClement Courbet <courbet@google.com>
Mon, 14 May 2018 11:30:56 +0000 (11:30 +0000)
committerClement Courbet <courbet@google.com>
Mon, 14 May 2018 11:30:56 +0000 (11:30 +0000)
commit3d479fe81cbc533ea4bbe74e51c3a1dd3ae8ffef
treee308918cdd0ba1058e769c1e649fd48858ad4998
parentf639eb055330ee52bcf5d7acef628f4bab3158a0
[llvm-exegesis] Add an analysis mode.

The analysis mode gives the user a clustered view of the measurement results and
highlights any inconsistencies with the checked-in data.

llvm-svn: 332229
llvm/tools/llvm-exegesis/lib/Analysis.cpp [new file with mode: 0644]
llvm/tools/llvm-exegesis/lib/Analysis.h [new file with mode: 0644]
llvm/tools/llvm-exegesis/lib/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/Clustering.cpp
llvm/tools/llvm-exegesis/lib/Clustering.h
llvm/tools/llvm-exegesis/llvm-exegesis.cpp