If a process calls up multiple context switches, will the processor cycles used in the context switch be displayed when the processor processor loads?
In other words, if I run a process that essentially executes a system call repeatedly, then if the top output shows an increase in CPU usage for the process due to increased context switching from user space to the kernel and vice versa?
source
share