Public Attributes | List of all members
PxCudaMemoryManagerStats Struct Reference

Memory statistics struct returned by CudaMemMgr::getStats() More...

#include <PxCudaMemoryManager.h>

Collaboration diagram for PxCudaMemoryManagerStats:
Collaboration graph
[legend]

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...
 

Detailed Description

Memory statistics struct returned by CudaMemMgr::getStats()

Member Data Documentation

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.


The documentation for this struct was generated from the following file:


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com