gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36752 - gnunet/src/set


From: gnunet
Subject: [GNUnet-SVN] r36752 - gnunet/src/set
Date: Thu, 10 Dec 2015 15:17:12 +0100

Author: dold
Date: 2015-12-10 15:17:12 +0100 (Thu, 10 Dec 2015)
New Revision: 36752

Modified:
   gnunet/src/set/gnunet-service-set_union.c
Log:
statistics


Modified: gnunet/src/set/gnunet-service-set_union.c
===================================================================
--- gnunet/src/set/gnunet-service-set_union.c   2015-12-10 10:59:25 UTC (rev 
36751)
+++ gnunet/src/set/gnunet-service-set_union.c   2015-12-10 14:17:12 UTC (rev 
36752)
@@ -1507,6 +1507,10 @@
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Initiating union operation evaluation\n");
   GNUNET_STATISTICS_update (_GSS_statistics,
+                            "# of total union operations",
+                            1,
+                            GNUNET_NO);
+  GNUNET_STATISTICS_update (_GSS_statistics,
                             "# of initiated union operations",
                             1,
                             GNUNET_NO);
@@ -1551,6 +1555,10 @@
                             "# of accepted union operations",
                             1,
                             GNUNET_NO);
+  GNUNET_STATISTICS_update (_GSS_statistics,
+                            "# of total union operations",
+                            1,
+                            GNUNET_NO);
 
   op->state = GNUNET_new (struct OperationState);
   op->state->se = strata_estimator_dup (op->spec->set->state->se);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]