Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix time.clock(): Actually return float value. | Paul Sokolovsky | 2014-02-02 |
| | |||
* | unix: Add basic time module (with time() and clock() functions). | Paul Sokolovsky | 2014-02-02 |
Both return int so far (single-precision float doesn't have enough bits to represent int32 precisely). |