The following link links to a static webpage produced by KUTrace. It traced the execution of the social network benchmark from DeathStarBench running on a single machine with AMD Ryzen 7950X.
https://me.sakana.moe/wp-content/uploads/2023/07/ku_20230705_140230_allen-desktop_460251.html
KUTrace is very useful for profiling the entire system, and it provides an intuitive view of process interactions. Compared to Intel VTune, it does not keep track of microarchitectural events, but it does an excellent job of examining threads and analyzing tail latency.
Find KUTrace here: https://github.com/dicksites/KUtrace
Find DeathStarBench here: https://github.com/delimitrou/DeathStarBench
Comments NOTHING