| 12 | } |
| 13 | |
| 14 | GAPIProxyFrameGrabber::~GAPIProxyFrameGrabber() { |
| 15 | if (this->isHooksInstalled()) |
| 16 | this->removeHooks(); |
| 17 | this->free(); |
| 18 | } |
| 19 | |
| 20 | bool GAPIProxyFrameGrabber::startOverallPerfCount() { |
| 21 | return !!QueryPerformanceCounter(&m_pcStart); |
nothing calls this directly
no test coverage detected