[all-commits] [llvm/llvm-project] e3e47a: [llvm-exegesis] Refactor Counter to CounterGroup
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jan 12 00:08:12 PST 2024
Branch: refs/heads/users/boomanaiden154/exegesis-validation-counters-countergroup
Home: https://github.com/llvm/llvm-project
Commit: e3e47a15679e2df3f1b5f161164bc0fe82833583
https://github.com/llvm/llvm-project/commit/e3e47a15679e2df3f1b5f161164bc0fe82833583
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-exegesis/lib/PerfHelper.cpp
M llvm/tools/llvm-exegesis/lib/PerfHelper.h
M llvm/tools/llvm-exegesis/lib/Target.cpp
M llvm/tools/llvm-exegesis/lib/Target.h
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
M llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp
M llvm/tools/llvm-exegesis/lib/X86/X86Counter.h
Log Message:
-----------
[llvm-exegesis] Refactor Counter to CounterGroup
This refactoring gets things ready for validation counters where the
plan is to reuse the existing Counter infrastructure to contain event
groups that consist of a single event that is being measured along with
validation counters.
More information about the All-commits
mailing list