瀏覽代碼

port r11793 from 1.1: Flush output at each line, to be able to check out progression

Samuel Thibault 11 年之前
父節點
當前提交
96e6e58776
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/microbenchs/tasks_size_overhead.c

+ 1 - 0
tests/microbenchs/tasks_size_overhead.c

@@ -223,6 +223,7 @@ int main(int argc, char **argv)
 		starpu_shutdown();
 
 		FPRINTF(stdout, "\n");
+		fflush(stdout);
 	}
 
 	free(tasks);