In this post we talk about major and minor faults as performance issues that your program can experience, we explain what they are, how to detect them and how to fix them,
All posts in Kernel Space and Performance
Debugging performance issues in kernel space: system calls
Posted on Author Ivica BogosavljevićPosted in 2 Minute Reads, Kernel Space and Performance, PerformanceLeave a Reply
We talk about how to detect if your program is spending a lot of time in kernel mode (system mode) and investigate ways to speed them up.