Version
The Advanced Profiler - Memory tab displays information about how memory is managed by the Wwise sound engine. Information is displayed about each of the memory categories tracked by the memory manager.
Note | |
---|---|
Memory might become fragmented as your game is being played. This means that you might not have as much free memory as you think (Total Reserved - Used). |
Interface Element |
Description | |||
---|---|---|---|---|
Global Statistics | ||||
Used | The sum of used memory across all categories. | |||
Device Used | The sum of used device memory across all categories. | |||
Total Reserved | The total amount of memory reserved by the memory manager. This corresponds to used memory and device memory, plus memory manager caching and overhead. | |||
Limit | The memory limit currently configured in the memory manager. Will display as '-' when no limit is set. When set, the Total Reserved will not be allowed to exceed this limit. | |||
Category Table | ||||
Opens a search field where standard alphanumeric entries filter out unmatching elements from the view. Learn more in Using tables. Click the Close icon to the left of the search icon to close the search field and remove the filter.
| ||||
Right-click the table header to open the Configure Columns dialog where you can specify which columns to display and their order. See Using tables. | ||||
Category Name |
The name of the memory category. The categories and subcategories are defined as follows:
| |||
Used |
The amount of memory currently used in the memory category. | |||
Peak Used |
The peak amount of memory used in the memory category since the initialization of the memory manager. | |||
Allocs |
The number of allocations performed since the memory manager was initialized. When this number increments, it indicates that the memory manager is currently allocating memory. | |||
Frees |
The number of deallocations performed since the memory manager was initialized. When this number increments, it indicates that the memory manager is currently deallocating memory. | |||
Cur. Allocs |
The number of memory blocks that are currently allocated. The Current Allocs value is the number of Allocs minus the number of Frees. When this number increments or decrements, it indicates that the memory manager is currently allocating or deallocating memory. |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise