Timer Interrupt

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Sep 6 6:39
Editor
Edited
Edited
2023 Oct 30 7:29
Refs

Timing measurement

How kernel recognize time passed
notion image
  • Element events (CPU instructions) have duration of only a few nanoseconds
  • However, OS operates on macroscopic time scale (ms)
  • Computer flow of time is discrete so it treat events in same time interval occurred simultaneously

Components of time measurements

  1. Hardware clock devices
  1. Kernel data structures and functions to measure time
  1. Timing-related system calls
Timer Interrupt notion
 
 
 
 
 
 

Recommendations