Update stats for cluster version

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2022-02-08 00:55:27 +01:00
parent 8deee3d954
commit 6a35a7a482
3 changed files with 22 additions and 16 deletions

View File

@@ -26,8 +26,9 @@
#ifndef __STATS_H_
#define __STATS_H_
typedef struct {
long long int total_force_neighs;
long long int total_force_iters;
long long int calculated_forces;
long long int num_neighs;
long long int force_iters;
} Stats;
void initStats(Stats *s);