OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::ocl::Timer Class Reference

#include <opencv2/core/ocl.hpp>

Public Member Functions

 Timer (const Queue &q)
 ~Timer ()
uint64 durationNS () const
 duration in nanoseconds
void start ()
void stop ()

Protected Attributes

Impl *const p

Constructor & Destructor Documentation

◆ Timer()

cv::ocl::Timer::Timer ( const Queue & q)

◆ ~Timer()

cv::ocl::Timer::~Timer ( )

Member Function Documentation

◆ durationNS()

uint64 cv::ocl::Timer::durationNS ( ) const

duration in nanoseconds

◆ start()

void cv::ocl::Timer::start ( )

◆ stop()

void cv::ocl::Timer::stop ( )

Member Data Documentation

◆ p

Impl* const cv::ocl::Timer::p
protected

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