summaryrefslogtreecommitdiff
path: root/tools/wrk/src/units.h
blob: 3c16def4b3a22ba7275a4a08638238e6de30fa32 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef UNITS_H
#define UNITS_H

char *format_binary(long double);
char *format_metric(long double);
char *format_time_us(long double);

int scan_metric(char *, uint64_t *);

#endif /* UNITS_H */