Access CPU statistics on Linux
masterNanobench can provide detailed CPU statistics such as instructions (ins/op), cycles (cyc/op), instructions per cycle (IPC), branches (bra/op), and branch misses (miss%).
Note: These statistics are only available on Linux via perf events. On some systems, you may need to adjust perf_event_paranoid settings or use ACLs to allow unprivileged access to performance counters.