|
|
|
|
|
by odaymansour
3859 days ago
|
|
I've identified a memory bandwidth issue in the past by keeping an eye on truss/strace output and "counting" mem operations. After that, I compiled and ran a tiny executable called Stream[1] and got the numbers I needed in order to explain why one machine was twice as slow as another. [1] http://www.cs.virginia.edu/stream/ |
|