tracing: add some pointers about memory tracing

This commit is contained in:
Stefan Sauer 2016-01-03 11:39:24 +01:00
parent 583304959a
commit 1205a04a25

View file

@ -259,6 +259,13 @@ opengl (not yet implemented)
- there is not hardware agnostic way to get e.g. memory usage info
(gl extensions)
memory (not yet implemented)
------
- trace live instance (and pointer to the memory)
- use an atexit handler to dump leaked instance
https://bugzilla.gnome.org/show_bug.cgi?id=756760#c6
User interfaces
===============