Files
jemalloc/src
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-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2024-05-22 10:30:31 -07:00
2021-12-23 10:55:08 -08:00
2023-06-23 11:50:29 -07:00
2021-12-15 10:39:17 -08:00
2020-12-04 23:48:19 -08:00
2024-01-03 14:18:52 -08:00
2024-01-03 14:18:52 -08:00
2024-07-30 10:29:30 -07:00
2024-01-03 14:18:52 -08:00
2021-02-04 14:10:43 -08:00
2021-02-04 14:10:43 -08:00