Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • And most of that time is taken up by the Linux scheduler doing its work Commented Jun 12, 2020 at 6:29
  • 1000 cycles in 1.2 mics implies a processor frequency of 800mhz? This doesn't seem correct in 2019... Commented Jul 24, 2024 at 10:15
  • Wrong, the OP is asking about process context switch, not thread context switch. And even thread context switch costs about 30-300 us, if you take into account indirect costs like cache invalidation etc. Commented Mar 3 at 6:59