OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::utils::AllocatorStatisticsInterface Class Referenceabstract

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

Public Member Functions

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
 set peak usage = current usage More...
 

Protected Member Functions

 AllocatorStatisticsInterface ()
 
virtual ~AllocatorStatisticsInterface ()
 

Constructor & Destructor Documentation

◆ AllocatorStatisticsInterface()

cv::utils::AllocatorStatisticsInterface::AllocatorStatisticsInterface ( )
inlineprotected

◆ ~AllocatorStatisticsInterface()

virtual cv::utils::AllocatorStatisticsInterface::~AllocatorStatisticsInterface ( )
inlineprotectedvirtual

References getCurrentUsage(), getNumberOfAllocations(), getPeakUsage(), getTotalUsage(), and resetPeakUsage().

Here is the call graph for this function:

Member Function Documentation

◆ getCurrentUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getCurrentUsage ( ) const
pure virtual

Referenced by ~AllocatorStatisticsInterface().

Here is the caller graph for this function:

◆ getNumberOfAllocations()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getNumberOfAllocations ( ) const
pure virtual

Referenced by ~AllocatorStatisticsInterface().

Here is the caller graph for this function:

◆ getPeakUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getPeakUsage ( ) const
pure virtual

Referenced by ~AllocatorStatisticsInterface().

Here is the caller graph for this function:

◆ getTotalUsage()

virtual uint64_t cv::utils::AllocatorStatisticsInterface::getTotalUsage ( ) const
pure virtual

Referenced by ~AllocatorStatisticsInterface().

Here is the caller graph for this function:

◆ resetPeakUsage()

virtual void cv::utils::AllocatorStatisticsInterface::resetPeakUsage ( )
pure virtual

set peak usage = current usage

Referenced by ~AllocatorStatisticsInterface().

Here is the caller graph for this function:

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