Comment on Orbit: C/C++ Performance ProfilerparentComments−zokier2yWhat about vtune? I was under the impression that it is pretty much the state of art in profiling−maccard2yETW 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.−pjmlp2yJFR is also quite good, for those on the JVM world.
Comments
What about vtune? I was under the impression that it is pretty much the state of art in profiling
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.