1
0
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:
Will
2015-02-21 11:31:44 +09:00
Unverified
parent 57f3b33f4f
commit ef6a836b7d
6 changed files with 31 additions and 44 deletions
+1
View File
@@ -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);