Преглед на файлове

Also display the distribution of the tasks between the different processing units

Cédric Augonnet преди 15 години
родител
ревизия
feff8b1018
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      examples/pi/pi.c

+ 2 - 0
examples/pi/pi.c

@@ -147,6 +147,8 @@ int main(int argc, char **argv)
 
 	starpu_release_data_from_mem(cnt_array_handle);
 
+	starpu_display_codelet_stats(&cl);
+
 	starpu_shutdown();
 
 	return 0;