mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix sign in test-timers
This commit is contained in:
parent
78196c8822
commit
3252550fc5
@ -97,8 +97,8 @@ main(int argc, char **argv)
|
||||
total_square_difference += diff*diff;
|
||||
}
|
||||
const int64_t mean_diff = total_difference / n_active_timers;
|
||||
printf("mean difference: "U64_FORMAT" usec\n",
|
||||
U64_PRINTF_ARG(mean_diff));
|
||||
printf("mean difference: "I64_FORMAT" usec\n",
|
||||
I64_PRINTF_ARG(mean_diff));
|
||||
|
||||
const double mean_sq = ((double)total_square_difference)/ n_active_timers;
|
||||
const double sq_mean = mean_diff * mean_diff;
|
||||
|
Loading…
Reference in New Issue
Block a user