|
@@ -442,14 +442,14 @@ It is possible to display memory usage at the end of the
|
|
execution of your application. It allows to check all data allocated
|
|
execution of your application. It allows to check all data allocated
|
|
by StarPU have been cleared. To do so, you need to pass the option
|
|
by StarPU have been cleared. To do so, you need to pass the option
|
|
@code{--enable-memory-status} when running configure, and to set the
|
|
@code{--enable-memory-status} when running configure, and to set the
|
|
-environment variable @code{STARPU_MEMORY_STATS} when running the
|
|
|
|
|
|
+environment variable @code{STARPU_MEMORY_STATUS} when running the
|
|
application.
|
|
application.
|
|
|
|
|
|
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_STATS=1 ./examples/interface/complex
|
|
|
|
|
|
+$ STARPU_MEMORY_STATUS=1 ./examples/interface/complex
|
|
...
|
|
...
|
|
Memory status :
|
|
Memory status :
|
|
#-------
|
|
#-------
|