Resource usage class that contains the total number of resources, and the used CPU and GPU memory. More...
Public Member Functions | |
| long | getMemoryUsageCpu () |
| Calculates the estimate for the total amount of bytes of CPU memory that the resources use. | |
| long | getMemoryUsageGpu () |
| Calculates the estimate for the total amount of bytes of GPU memory that the resources use. | |
| int | getResourceCount () |
| Returns the total number of resources. | |
Resource usage class that contains the total number of resources, and the used CPU and GPU memory.
| long getMemoryUsageCpu | ( | ) |
Calculates the estimate for the total amount of bytes of CPU memory that the resources use.
| long getMemoryUsageGpu | ( | ) |
Calculates the estimate for the total amount of bytes of GPU memory that the resources use.
| int getResourceCount | ( | ) |
Returns the total number of resources.