🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#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 |
このクラス詳解は次のファイルから抽出されました: