HChen
HChen

Reputation: 268

Can I get the L2 cache miss count of each process on the windows platform?

I want to compute the memory bandwidth of each process. Anyone can tell me how can I get the L2 cache miss for each process.

Thanks Hui

Upvotes: 6

Views: 6069

Answers (1)

Danny Tuppeny
Danny Tuppeny

Reputation: 42433

There's a screenshot on this Intel Performance Counter Monitor page that shows L2 Cache Misses, though I don't know whether it's available per-process.

Upvotes: 4

Related Questions