Clocks and Time

From Suhrid.net Wiki
Revision as of 09:27, 11 December 2011 by Suhridk (talk | contribs)
Jump to navigationJump to search

Intro

  • Absolute Time - A specific time. e.g. 10AM.
  • Relative Time - A value expressed as relative to some other time value (usually the current value). e.g. 10000 milliseconds.
  • Standard Java only has a wall clock - calendar time. But real time systems require:
    • A monotonic clock.
    • A countdown clock.
    • A CPU execution time clock.