#include <opencv2/core/utils/allocator_stats.hpp>
§ AllocatorStatisticsInterface()
cv::utils::AllocatorStatisticsInterface::AllocatorStatisticsInterface |
( |
| ) |
|
|
inlineprotected |
§ ~AllocatorStatisticsInterface()
virtual cv::utils::AllocatorStatisticsInterface::~AllocatorStatisticsInterface |
( |
| ) |
|
|
inlineprotectedvirtual |
§ getCurrentUsage()
virtual uint64_t cv::utils::AllocatorStatisticsInterface::getCurrentUsage |
( |
| ) |
const |
|
pure virtual |
§ getNumberOfAllocations()
virtual uint64_t cv::utils::AllocatorStatisticsInterface::getNumberOfAllocations |
( |
| ) |
const |
|
pure virtual |
§ getPeakUsage()
virtual uint64_t cv::utils::AllocatorStatisticsInterface::getPeakUsage |
( |
| ) |
const |
|
pure virtual |
§ getTotalUsage()
virtual uint64_t cv::utils::AllocatorStatisticsInterface::getTotalUsage |
( |
| ) |
const |
|
pure virtual |
§ resetPeakUsage()
virtual void cv::utils::AllocatorStatisticsInterface::resetPeakUsage |
( |
| ) |
|
|
pure virtual |
set peak usage = current usage
The documentation for this class was generated from the following file: