Hacker News new | ask | show | jobs
by zokier 861 days ago
What about vtune? I was under the impression that it is pretty much the state of art in profiling
1 comments

ETW Traces are the gold standard for most uses IMO - https://randomascii.wordpress.com/2015/09/24/etw-central/.

For architecture specific profiling, Vtune is still pretty good though.

JFR is also quite good, for those on the JVM world.