From 99cfe33894a311ef45d5552248625615324ec628 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 9 Mar 2016 16:17:28 +0000 Subject: Implement early stopping. --- src/consensus/gnunet-consensus-profiler.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/consensus/gnunet-consensus-profiler.c') diff --git a/src/consensus/gnunet-consensus-profiler.c b/src/consensus/gnunet-consensus-profiler.c index 345e2244c..355ae60a3 100644 --- a/src/consensus/gnunet-consensus-profiler.c +++ b/src/consensus/gnunet-consensus-profiler.c @@ -57,8 +57,16 @@ static unsigned int peers_done = 0; static unsigned *results_for_peer; +/** + * The profiler will write statistics + * for all peers to the file with this name. + */ static char *statistics_filename; +/** + * The profiler will write statistics + * for all peers to this file. + */ static FILE *statistics_file; static int verbose; -- cgit v1.2.3