- Table of contents
- MemoryTracker
MemoryTracker
¶
Optional service, not supported on macOS systems.
MemoryTracker
is an SQLite-driven service. The allowed configuration and database schemas have changed for various versions of art
. For the correct documentation, refer to one of the following links:
SQLite help can be found here. Except for old versions of art
(e.g. 1.13.00), each SQLite database has up to six tables:
PeakUsage
OtherInfo
EventInfo
ModuleInfo
EventMallocInfo
(optional)ModuleMallocInfo
(optional)
Examples of the contents of each table are shown in the above links.