Quellcode durchsuchen

mention that the second array is latency

Samuel Thibault vor 11 Jahren
Ursprung
Commit
5a46a32718
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      tools/starpu_machine_display.c

+ 2 - 2
tools/starpu_machine_display.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2012  Université de Bordeaux 1
+ * Copyright (C) 2011-2012, 2014  Université de Bordeaux 1
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
 	fprintf(stdout, "\ntopology ...\n");
 	starpu_topology_print(stdout);
 
-	fprintf(stdout, "\nbandwidth ...\n");
+	fprintf(stdout, "\nbandwidth and latency ...\n");
 	starpu_bus_print_bandwidth(stdout);
 
 	starpu_shutdown();