|
@@ -440,7 +440,9 @@ correct), and relaxed solving (which provides an approximate solution).
|
|
|
@section Memory feedback
|
|
|
|
|
|
It is possible to enable memory statistics. To do so, you need to pass the option
|
|
|
-@code{--enable-memory-stats} when running configure.
|
|
|
+@code{--enable-memory-stats} when running configure. It is then
|
|
|
+possible to call the function @code{starpu_display_memory_stats()} to
|
|
|
+display statistics about the current data handles registered within StarPU.
|
|
|
|
|
|
Moreover, when setting the environment variable @code{STARPU_MEMORY_STATUS}, statistics will be displayed at the end
|
|
|
of the execution on data handles which have not been cleared out.
|