Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5250 Diskussionen

Where do context switches come from?

Huang_J_
Einsteiger
821Aufrufe

Hi, I'm trying to analyze which line of code the preemption context switches and synchronization context switches come from in my program using VTune 2013 update 17. I have no idea how to do it. Can anyone help me out? Many thanks.

0 Kudos
2 Antworten
Bernard
Geschätzter Beitragender I
821Aufrufe

If I understood your  question correctly  Context Switches come from OS scheduler and its scheduling algorithms.

Vitaly_S_Intel
Mitarbeiter
821Aufrufe

Click on context switch in timeline, then choose metric (e.g. Context Switch Time) in stack pane and you'll see stack related to this context switch according to metric selected. You can now drill down to source or disasm double clicking to top stack frame.

Antworten