OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
cv::utils::AllocatorStatisticsInterface 类参考抽象类

#include <opencv2/core/utils/allocator_stats.hpp>

cv::utils::AllocatorStatisticsInterface 的协作图

公有成员函数

virtual uint64_t getCurrentUsage () const =0
 
virtual uint64_t getNumberOfAllocations () const =0
 
virtual uint64_t getPeakUsage () const =0
 
virtual uint64_t getTotalUsage () const =0
 
virtual void resetPeakUsage ()=0
 

保护成员函数

 AllocatorStatisticsInterface ()
 
virtual ~AllocatorStatisticsInterface ()
 

构造函数和析构函数文档

◆ AllocatorStatisticsInterface()

cv::utils::AllocatorStatisticsInterface::AllocatorStatisticsInterface ( )
内联保护

◆ ~AllocatorStatisticsInterface()

virtual cv::utils::AllocatorStatisticsInterface::~AllocatorStatisticsInterface ( )
内联保护虚函数

成员函数文档

◆ getCurrentUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getCurrentUsage ( ) const
纯虚函数

◆ getNumberOfAllocations()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getNumberOfAllocations ( ) const
纯虚函数

◆ getPeakUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getPeakUsage ( ) const
纯虚函数

◆ getTotalUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getTotalUsage ( ) const
纯虚函数

◆ resetPeakUsage()

virtual void cv::utils::AllocatorStatisticsInterface::resetPeakUsage ( )
纯虚函数

将峰值使用量设置为当前使用量


此类的文档是从以下文件生成的: