Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTiming analysis of the I/O processes
Hello i have a device driver that comunicates with an onchip mem. I need to see how much time it takes to read and write from the onchip mem. I've put several printk's with timestamp to debug how...
Altera_Forum
Honored Contributor
15 years agoOn userspace you will see 1000 mSec or more sometimes, as the user program can be delayed very long by the Kernel preempting it at any point.
-Michael