The analysis mode gives the user a clustered view of the measurement results.
Next steps are (requires the split ok AsmTemplate.Name into {mnemonic, mode}):
- Show the sched class.
- Highlight any inconsistencies with the checked-in data.
Paths
| Differential D46865
[llvm-exegesis] Add an analysis mode. ClosedPublic Authored by courbet on May 15 2018, 1:58 AM.
Details Summary The analysis mode gives the user a clustered view of the measurement results.
Diff Detail
Event Timelinegchatelet added inline comments.
This revision now requires changes to proceed.May 15 2018, 2:15 AM
This revision is now accepted and ready to land.May 15 2018, 4:48 AM Closed by commit rL332344: [llvm-exegesis] Add an analysis mode. (authored by courbet). · Explain WhyMay 15 2018, 5:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 146758 tools/llvm-exegesis/lib/Analysis.h
tools/llvm-exegesis/lib/Analysis.cpp
tools/llvm-exegesis/lib/CMakeLists.txt
tools/llvm-exegesis/lib/Clustering.h
tools/llvm-exegesis/lib/Clustering.cpp
tools/llvm-exegesis/llvm-exegesis.cpp
|
Technically CSV is comma separated and not semicolon separated.
Semicolon seems to be a popular variant in French but not necessarily in other locales.
Also strings should be quoted to prevent interpretation of comma (semicolon) within them.