Dmitry Ilvokhin
b9758afff0
Add nstime_ms_since to get time since in ms
...
Milliseconds are used a lot in hpa, so it is convenient to have
`nstime_ms_since` function instead of dividing to `MILLION` constantly.
For consistency renamed `nstime_msec` to `nstime_ms` as `ms` abbreviation
is used much more commonly across codebase than `msec`.
```
$ grep -Rn '_msec' include src | wc -l
2
$ grep -RPn '_ms( |,|:)' include src | wc -l
72
```
Function `nstime_msec` wasn't used anywhere in the code yet.
2024-11-08 10:37:28 -08:00
..
2024-08-29 10:50:33 -07:00
2024-09-23 18:06:07 -07:00
2024-09-04 15:43:59 -07:00
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2020-06-19 12:15:44 -07:00
2020-06-19 12:15:44 -07:00
2023-10-25 10:27:31 -07:00
2021-12-23 10:55:08 -08:00
2020-06-19 12:15:44 -07:00
2024-10-01 11:01:56 -07:00
2023-06-23 11:50:29 -07:00
2017-12-21 14:25:43 -08:00
2021-12-15 10:39:17 -08:00
2021-07-26 15:14:37 -07:00
2021-08-02 15:02:49 -07:00
2023-07-24 14:40:42 -07:00
2024-06-24 10:50:20 -07:00
2021-08-02 15:02:49 -07:00
2024-09-04 15:43:59 -07:00
2023-07-24 14:40:42 -07:00
2020-06-19 12:15:44 -07:00
2024-09-20 16:56:07 -07:00
2020-12-04 23:48:19 -08:00
2023-07-06 12:00:02 -07:00
2024-11-08 10:37:28 -08:00
2024-09-27 15:34:13 -07:00
2023-07-24 14:40:42 -07:00
2023-08-11 13:56:23 -07:00
2024-01-11 14:37:20 -08:00
2024-09-25 11:49:18 -07:00
2023-07-24 14:40:42 -07:00
2017-07-22 09:38:19 -07:00
2023-06-23 11:50:29 -07:00
2023-08-11 13:56:23 -07:00
2024-11-08 10:37:28 -08:00
2024-04-04 12:17:30 -07:00
2024-04-04 12:17:30 -07:00
2024-01-03 14:18:52 -08:00
2024-09-12 15:38:08 -07:00
2024-01-18 14:51:04 -08:00
2020-11-05 12:33:25 -08:00
2024-01-03 14:18:52 -08:00
2023-07-06 14:15:12 -07:00
2023-07-06 12:00:02 -07:00
2024-10-01 11:01:56 -07:00
2021-01-07 20:39:49 -08:00
2024-10-01 11:01:56 -07:00
2024-07-30 10:29:30 -07:00
2023-05-31 11:44:04 -07:00
2023-10-11 11:56:01 -07:00
2024-01-11 14:19:54 -08:00
2021-12-15 10:39:17 -08:00
2023-07-24 14:40:42 -07:00
2022-03-24 16:56:59 -07:00
2024-01-18 14:51:04 -08:00
2024-10-01 11:01:56 -07:00
2024-01-03 14:18:52 -08:00
2024-08-29 10:50:33 -07:00
2023-07-06 12:00:02 -07:00
2021-11-16 10:28:00 -08:00
2021-02-04 14:10:43 -08:00
2021-02-04 14:10:43 -08:00
2024-09-30 11:33:44 -07:00
2023-10-17 14:53:23 -07:00
2020-06-19 12:15:44 -07:00
2017-07-10 18:17:12 -07:00