|
@@ -503,7 +503,26 @@ of the application. To enable them, you need to pass the option
|
|
@code{--enable-stats} when calling @code{configure}. When calling
|
|
@code{--enable-stats} when calling @code{configure}. When calling
|
|
@code{starpu_shutdown()} various statistics will be displayed,
|
|
@code{starpu_shutdown()} various statistics will be displayed,
|
|
execution, MSI cache statistics, allocation cache statistics, and data
|
|
execution, MSI cache statistics, allocation cache statistics, and data
|
|
-transfer statistics.
|
|
|
|
|
|
+transfer statistics. The display can be disabled by setting the
|
|
|
|
+environment variable @code{STARPU_STATS} to 0.
|
|
|
|
+
|
|
|
|
+@example
|
|
|
|
+$ ./examples/cholesky/cholesky_tag
|
|
|
|
+Computation took (in ms)
|
|
|
|
+518.16
|
|
|
|
+Synthetic GFlops : 44.21
|
|
|
|
+#---------------------
|
|
|
|
+MSI cache stats :
|
|
|
|
+TOTAL MSI stats hit 1622 (66.23 %) miss 827 (33.77 %)
|
|
|
|
+...
|
|
|
|
+@end example
|
|
|
|
+
|
|
|
|
+@example
|
|
|
|
+$ STARPU_STATS=0 ./examples/cholesky/cholesky_tag
|
|
|
|
+Computation took (in ms)
|
|
|
|
+518.16
|
|
|
|
+Synthetic GFlops : 44.21
|
|
|
|
+@end example
|
|
|
|
|
|
@c TODO: data transfer stats are similar to the ones displayed when
|
|
@c TODO: data transfer stats are similar to the ones displayed when
|
|
@c setting STARPU_BUS_STATS
|
|
@c setting STARPU_BUS_STATS
|