instbench is a command-line tool to measure latency and throughput of x86 instructions.
Note: it is not generic purpose benchmark tool. You have to modify source code to measure what you want.
- Linux
- Recent C++ compiler (GCC, Clang)
make
sudo ./instbench
Copyright © 2020 UMEZAWA Takeshi
instbench is licensed under GNU General Public License (GNU GPL) version 2 or later. See LICENSE for more information.