diff options
author | Kirill Okhotnikov <okir@google.com> | 2022-07-01 16:37:27 +0200 |
---|---|---|
committer | Kirill Okhotnikov <okir@google.com> | 2022-07-01 18:32:54 +0200 |
commit | fdf1fda5a8c8f12d51981da1f0f457a6664c4bc5 (patch) | |
tree | 429d2f6d9cb245dab77f04c59b9b32206d16936a /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | f80a4321ef1bafcd8041884bcb85d9ba24335adb (diff) | |
download | llvm-fdf1fda5a8c8f12d51981da1f0f457a6664c4bc5.zip llvm-fdf1fda5a8c8f12d51981da1f0f457a6664c4bc5.tar.gz llvm-fdf1fda5a8c8f12d51981da1f0f457a6664c4bc5.tar.bz2 |
[libc][math] Improved ExhaustiveTest performance.
Previous implementation splits value ranges around threads. Because of
very different performance of testing functions over different ranges,
CPU utilization were poor. Current implementation split test range
over small pieces and threads take the pieces when they finish with
previous. Therefore the CPU load is constant during testing.
Differential Revision: https://reviews.llvm.org/D128995
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions