Open dmalyuta opened 5 months ago
Does it work with other ETW based sampling profilers like UIforETW or visuals studios CPU profiler? I've had issues before after installing vtune broke access to the cpu sampling functionality
It works fine with visual studio's CPU profiler, and also with Superluminal which is also sampling-based.
Maybe restart you computer, sometimes the kernel tracing session doesn't get closed correctly if program doesn't exit cleanly
For the life of me I cannot figure out why sampling mode is not working for me. I compiled my application with Tracy, zoning / instrumentation modes work as expected, but sampling just does not show up. I am running the application with admin rights, yet all I see is:
Am I missing some crucial, simple step, to get sampling to work?