forked from OSchip/llvm-project
0e6a833e46
Summary: Benchmarks for construct, copy, move, swap, destroy and invoke, with 8 different input states. For the cases that matter, it tests with and without allowing constant value propagation from construction into the operation tested. This also adds helper functions to generate the cartesian product of different configurations and generate benchmarks for all of them. Reviewers: EricWF Subscribers: christof, ldionne, libcxx-commits Differential Revision: https://reviews.llvm.org/D53087 llvm-svn: 344415 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CartesianBenchmarks.hpp | ||
ContainerBenchmarks.hpp | ||
GenerateInput.hpp | ||
algorithms.bench.cpp | ||
filesystem.bench.cpp | ||
function.bench.cpp | ||
string.bench.cpp | ||
stringstream.bench.cpp | ||
unordered_set_operations.bench.cpp | ||
util_smartptr.bench.cpp | ||
vector_operations.bench.cpp |