aboutsummaryrefslogtreecommitdiff
path: root/libbb/duration.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko2018-08-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko2018-08-031-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+76
function old new delta parse_duration_str - 168 +168 sleep_for_duration - 157 +157 top_main 885 928 +43 timeout_main 269 312 +43 handle_input 571 614 +43 duration_suffixes - 40 +40 sfx 40 - -40 sleep_main 364 79 -285 ------------------------------------------------------------------------------ (add/remove: 4/1 grow/shrink: 3/1 up/down: 494/-325) Total: 169 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>