c++ - Any way to profile code for cache behavior? -
as title says i'd somehow cache behavior of code. i'm running windows 7 64-bit edition, compiling on visual studio 2008 professional edition, compiling c++ code.
i understand there's valgrind under linux, there free alternatives use, or methods otherwise?
vtune give pretty detailed cache , pipeline analysis. it's not cheap though. believe level/edition of vs (i remember "team edition" on xp) had decent profiler.
Comments
Post a Comment