commit | 776cd87e321f403929898ad5167f48040c24460e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 05 00:34:01 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 05 00:34:01 2009 +0100 |
tree | e0249642497221f4e8d23a7cedc2cb373773d244 | |
parent | defc52da952e57d89749a4bb741bb6b90a917fe7 [diff] |
[MINOR] time: add __usec_to_1024th to convert usecs to 1024th of second This function performs a fast conversion from usec to 1024th of a second, and will be useful for many fast sub-second computations.