MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / getTimerQueryTime

Method getTimerQueryTime

src/validation/validation-device.cpp:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 float DeviceWrapper::getTimerQueryTime(ITimerQuery* query)
653 {
654 return m_Device->getTimerQueryTime(query);
655 }
656
657 void DeviceWrapper::resetTimerQuery(ITimerQuery* query)
658 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected