Y
Hacker News
new
|
ask
|
show
|
jobs
by
rbanffy
2139 days ago
I would love if I could find where my OS could collect informations on how long my CPUs stall for lack of proper execution ports, lacking parallelism in the code, L1-3 cache misses and so on.
1 comments
mkj
2139 days ago
If you're on Linux look at
perf list
then
perf top -e [...]
link