Implementing virtual system calls
Implementing virtual system calls
Posted Oct 16, 2014 21:57 UTC (Thu) by iabervon (subscriber, #722)In reply to: Implementing virtual system calls by mjthayer
Parent article: Implementing virtual system calls
It's certainly useful for profiling if you can add a gettimeofday() to a tight loop to see how long each iteration takes. It's also helpful if you can leave it there to investigate future performance problems without causing undue load.