EmbLogic's Blog

Timing measurement by Linux kernel

Two main kinds of timing measurement that must be performed by the
Linux kernel:

  1. Keeping the current time and date, so that they can be returned to user programs
    through the time( ), ftime( ), and gettimeofday( ) system calls.
  2. Maintaining timers, that is, mechanisms that are able to notify the kernel or a user program that a certain interval of time has elapsed.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>