|
|
|
|
|
by TickleSteve
3775 days ago
|
|
Sorry, didn't mean atomic. Was intending to say that calls are never considered to be instantaneous from either user or sys point of view, they always have duration. Latency on the other hand is almost always about scheduling, whether OS-level scheduling or hardware (ISR) scheduling. Another case; network latency is the time between a packet being sent and it being received.... not the time taken to process that packet.
That is a direct analogy to what we're talking about here. |
|
These are all both durations in one context and latencies in another. For the app syscalls are "how long did I have to wait for that call to give me a result" so a latency and a duration as well. (just because it's a period of time)