diff options
author | root <root> | 2010-03-24 18:27:13 +0000 |
---|---|---|
committer | root <root> | 2010-03-24 18:27:13 +0000 |
commit | 2a3e4b8fa36efec935b58f217f396d35e28c45c3 (patch) | |
tree | d0ba0074eeb6fe94df433f197cae465c28f8cd6b | |
parent | 0cf0400fe23e39ba4849f62406da29cdb357a1f7 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -126,13 +126,14 @@ this argument. =head2 TIME REPRESENTATION Libev represents time as a single floating point number, representing -the (fractional) number of seconds since the (POSIX) epoch (somewhere -near the beginning of 1970, details are complicated, don't ask). This -type is called C<ev_tstamp>, which is what you should use too. It usually -aliases to the C<double> type in C. When you need to do any calculations -on it, you should treat it as some floating point value. Unlike the name -component C<stamp> might indicate, it is also used for time differences -throughout libev. +the (fractional) number of seconds since the (POSIX) epoch (in practise +somewhere near the beginning of 1970, details are complicated, don't +ask). This type is called C<ev_tstamp>, which is what you should use +too. It usually aliases to the C<double> type in C. When you need to do +any calculations on it, you should treat it as some floating point value. + +Unlike the name component C<stamp> might indicate, it is also used for +time differences (e.g. delays) throughout libev. =head1 ERROR HANDLING |