Mercurial
comparison third_party/wrk/src/units.h @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | 94705b5986b3 |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 #ifndef UNITS_H | |
| 2 #define UNITS_H | |
| 3 | |
| 4 char *format_binary(long double); | |
| 5 char *format_metric(long double); | |
| 6 char *format_time_us(long double); | |
| 7 char *format_time_s(long double); | |
| 8 | |
| 9 int scan_metric(char *, uint64_t *); | |
| 10 int scan_time(char *, uint64_t *); | |
| 11 | |
| 12 #endif /* UNITS_H */ |