|
|
|
|
|
by TickleSteve
3775 days ago
|
|
This guy talks of 'latencies' when he really means 'durations'. The latency is the time between stimulation and response, not the overall duration. In this case the latency of a syscall would be the time between a user program performing a syscall and it starting to operate, not the entire time taken. |
|
Since the app doesn't actually execute the open code, it is latency -> from stimulation (called), to response (returned) is the latency of file access. For the system code latency would be waiting for the disk controller. For the disk controller latency would be waiting for the heads/platters.