Skip to content
Alex "Chadderz" Chadwick edited this page Nov 28, 2023 · 1 revision

OptiWISE is a profiling tool providing granular Cycles per Instruction (CPI) and Instructions per Cycle (IPC) analysis of x86-64 and AArch64 Linux programs. It combines the information from two runs of the program: one using low-overhead sampling, and the other using high-overhead dynamic instrumentation. The results of these two runs are analyzed to give per instruction, per basic block, per loop, and per function overheads.

Clone this wiki locally