Memory statistics struct returned by CudaMemMgr::getStats() More...
#include <PxCudaMemoryManager.h>
Public Attributes | |
size_t | heapSize |
Size of all pages allocated for this memory type (allocated + free). More... | |
size_t | totalAllocated |
Size occupied by the current allocations. More... | |
size_t | maxAllocated |
High water mark of allocations since the SDK was created. More... | |
PxAllocIdStats | allocIdStats [PxAllocId::NUM_IDS] |
Stats for each allocation ID, see PxAllocIdStats. More... | |
Memory statistics struct returned by CudaMemMgr::getStats()
PxAllocIdStats PxCudaMemoryManagerStats::allocIdStats[PxAllocId::NUM_IDS] |
Stats for each allocation ID, see PxAllocIdStats.
size_t PxCudaMemoryManagerStats::heapSize |
Size of all pages allocated for this memory type (allocated + free).
size_t PxCudaMemoryManagerStats::maxAllocated |
High water mark of allocations since the SDK was created.
size_t PxCudaMemoryManagerStats::totalAllocated |
Size occupied by the current allocations.