[clang-tools-extra] [clang] [lld] [llvm] [llvm-exegesis] Add support for validation counters (PR #76653)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 16:51:54 PST 2024
================
@@ -87,6 +93,8 @@ struct BenchmarkMeasure {
// This is the per-snippet value, i.e. measured quantity for one repetition of
// the whole snippet.
double PerSnippetValue;
+ // These are the validation counter values.
+ std::unordered_map<ValidationEvent, int64_t> ValidationCounters;
----------------
boomanaiden154 wrote:
Good point. Updated.
https://github.com/llvm/llvm-project/pull/76653
More information about the llvm-commits
mailing list