Browse Source

reduce the time to benchmark the bus, we don't need an extremely precise value, and statistics people say that about 30 is fine

Samuel Thibault 10 years ago
parent
commit
a56cec9c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/perfmodel/perfmodel_bus.c

+ 1 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -50,7 +50,7 @@
 #endif
 #endif
 
 
 #define SIZE	(32*1024*1024*sizeof(char))
 #define SIZE	(32*1024*1024*sizeof(char))
-#define NITER	128
+#define NITER	32
 
 
 #ifndef STARPU_SIMGRID
 #ifndef STARPU_SIMGRID
 static void _starpu_bus_force_sampling(void);
 static void _starpu_bus_force_sampling(void);