|
@@ -444,14 +444,14 @@ It is possible to enable memory statistics. To do so, you need to pass the optio
|
|
possible to call the function @code{starpu_display_memory_stats()} to
|
|
possible to call the function @code{starpu_display_memory_stats()} to
|
|
display statistics about the current data handles registered within StarPU.
|
|
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
|
|
|
|
|
|
+Moreover, when setting the environment variable @code{STARPU_MEMORY_STATS}, statistics will be displayed at the end
|
|
of the execution on data handles which have not been cleared out.
|
|
of the execution on data handles which have not been cleared out.
|
|
|
|
|
|
For example, if you do not unregister data at the end of the complex
|
|
For example, if you do not unregister data at the end of the complex
|
|
example, you will get something similar to:
|
|
example, you will get something similar to:
|
|
|
|
|
|
@example
|
|
@example
|
|
-$ STARPU_MEMORY_STATUS=1 ./examples/interface/complex
|
|
|
|
|
|
+$ STARPU_MEMORY_STATS=1 ./examples/interface/complex
|
|
...
|
|
...
|
|
Memory status :
|
|
Memory status :
|
|
#-------
|
|
#-------
|