diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2023-01-04 21:13:48 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2023-01-04 21:16:11 +0300 |
commit | 6a67b633b94fcc470628d844f5eaf0ee13c4e884 (patch) | |
tree | 3634f6532fb814d6f85b12668ccc9f3ee17fdfbe /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | e4b260efb2c8dca3035597d30ffd066ffb77daea (diff) | |
download | llvm-6a67b633b94fcc470628d844f5eaf0ee13c4e884.zip llvm-6a67b633b94fcc470628d844f5eaf0ee13c4e884.tar.gz llvm-6a67b633b94fcc470628d844f5eaf0ee13c4e884.tar.bz2 |
[exegesis] Analysis: filtering for benchmark results
By default, all benchmark results are analysed, but sometimes it may be useful
to only look at those that to not involve memory, or vice versa. This option
allows to either keep all benchmarks, or filter out (ignore) either all the
ones that do involve memory (involve instructions that may read or write to
memory), or the opposite, to only keep such benchmarks.
Personally, so far i have found the benchmarks that do involve memory
to have dubious results. But the ones that do not involve memory,
are generally actionable. So i would like to have a toggle to declutter results.
Reviewed By: courbet
Differential Revision: https://reviews.llvm.org/D140734
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions