mirror of
https://github.com/wg/wrk
synced 2026-06-12 19:23:35 +08:00
remove calibration & improve CO correction
This commit is contained in:
@@ -27,6 +27,7 @@ stats *stats_alloc(uint64_t);
|
||||
void stats_free(stats *);
|
||||
|
||||
int stats_record(stats *, uint64_t);
|
||||
void stats_correct(stats *, int64_t);
|
||||
|
||||
long double stats_mean(stats *);
|
||||
long double stats_stdev(stats *stats, long double);
|
||||
|
||||
Reference in New Issue
Block a user