diff options
author | root <root> | 2009-04-16 07:58:03 +0000 |
---|---|---|
committer | root <root> | 2009-04-16 07:58:03 +0000 |
commit | 5074b3f82cd2bb6e929c063db2bda1f1eeb001ac (patch) | |
tree | 8f9a256169e584cb4873006520e9845189f5e42f /ev.pod | |
parent | 03b1fee79a2a928d16ec78f466d5230bf20cbcda (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -124,12 +124,12 @@ 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, and when you need to do any calculations on -it, you should treat it as some floating point value. Unlike the name +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. |