mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
5da66b880e
The addition of `inverse_throughput` mode highlighted the disjointedness of snippet generators and benchmark runners because it used the `UopsSnippetGenerator` with the `LatencyBenchmarkRunner`. To keep the code consistent tie the snippet generators to parallelization/serialization rather than their benchmark runners. Renaming `LatencySnippetGenerator` -> `SerialSnippetGenerator`. Renaming `UopsSnippetGenerator` -> `ParallelSnippetGenerator`. Differential Revision: https://reviews.llvm.org/D72928 |
||
---|---|---|
.. | ||
BenchmarkResultTest.cpp | ||
CMakeLists.txt | ||
RegisterAliasingTest.cpp | ||
SnippetGeneratorTest.cpp | ||
TargetTest.cpp | ||
TestBase.h |