OpenCV  4.0.0-rc
Open Source Computer Vision
Public Member Functions | Protected Attributes | List of all members
cv::ocl::Timer Class Reference

#include "ocl.hpp"

Public Member Functions

 Timer (const Queue &q)
 
 ~Timer ()
 
uint64 durationNS () const
 
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

§ 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: