File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# llvm-exegesis
2
2
3
- ` llvm-exegesis ` is a benchmarking tool that accepts or assembles a snippet and
4
- can measure characteristics of that snippet by executing it while keeping track
3
+ ` llvm-exegesis ` is a benchmarking tool that accepts or generates snippets and
4
+ can measure characteristics of those snippets by executing it while keeping track
5
5
of performance counters.
6
6
7
7
### Currently Supported Platforms
@@ -32,7 +32,7 @@ architectures:
32
32
* MIPS
33
33
* PowerPC (PowerPC64LE only)
34
34
35
- Note that not benchmarking functionality is guaranteed to work on all platforms.
35
+ Note that not all benchmarking functionality is guaranteed to work on all platforms.
36
36
37
37
Memory annotations are currently only supported on 64-bit X86. There is no
38
38
inherent limitations for porting memory annotations to other architectures, but
You can’t perform that action at this time.
0 commit comments