Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 571 Bytes

instbench - x86 instruction micro-benchmark

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.

Requirement

  • Linux
  • Recent C++ compiler (GCC, Clang)

How to Build

make

Usage

sudo ./instbench

Copyright Notice and License

Copyright © 2020 UMEZAWA Takeshi

instbench is licensed under GNU General Public License (GNU GPL) version 2 or later. See LICENSE for more information.