Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diagnostic: print time since program start instead. | 2019-10-24 | 1 | -6/+1 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: add benchmarking capabilities. | 2019-09-30 | 2 | -0/+77 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: fix copyright years. | 2019-09-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: add timeval versions. | 2019-08-12 | 2 | -0/+105 | |
| | | | | | | | We now got functions to operate on both struct timespec and struct timeval. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: add a generalized time comparison function. | 2019-06-19 | 1 | -0/+9 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: fix nonequal operator. | 2017-11-09 | 1 | -1/+1 | |
| | |||||
* | time: fix normalization. | 2017-11-09 | 1 | -4/+4 | |
| | |||||
* | time: initial implementation. | 2017-11-09 | 3 | -0/+153 | |