Refactoring of PME load balancing
[alexxy/gromacs.git] / src / gromacs / timing / wallcycle.h
index 1ca527949fcf98b18153b03d7b999f66400f8d09..af1f045ac0b5393a7f51490064b0de09b8a30696 100644 (file)
@@ -98,6 +98,9 @@ void wallcycle_start_nocount(gmx_wallcycle_t wc, int ewc);
 double wallcycle_stop(gmx_wallcycle_t wc, int ewc);
 /* Stop the cycle count for ewc, returns the last cycle count */
 
+void wallcycle_get(gmx_wallcycle_t wc, int ewc, int *n, double *c);
+/* Returns the cumulative count and cycle count for ewc */
+
 void wallcycle_reset_all(gmx_wallcycle_t wc);
 /* Resets all cycle counters to zero */