Hacker News new | ask | show | jobs
by namibj 2561 days ago

  perf record -e icache.ifdata_stall ./test-program-binary
followed by

  perf report
or, for fancy viewing, use hotspot from KDAB.

This is on linux, btw, but it should work fine with wine.