Displaying 1 result from an estimated 1 matches for "benchmarkrunn".
Did you mean:
benchmarkrunner
2020 Jan 16
2
[RFC] Implementing the BHive methodology in llvm-exegesis
...different from the Unix world. Initially,
we might be able to support the new methodology only on Linux and Unix-like
systems.
Before we start the implementation, we would like to collect feedback on
the proposed design:
- We're planning to implement the methodology as a new implementation of
BenchmarkRunner::FunctionExecutor that will exist alongside the current
runner. The existing functionality will be preserved, and the user will be
able to select the benchmark runner using a command-line flag.
- We're considering using the LLDB API to control the execution of the
benchmarking process in a pl...