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

Method beginTimerQuery

src/validation/validation-commandlist.cpp:1014–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012 }
1013
1014 void CommandListWrapper::beginTimerQuery(ITimerQuery* query)
1015 {
1016 if (!requireOpenState())
1017 return;
1018
1019 m_CommandList->beginTimerQuery(query);
1020 }
1021
1022 void CommandListWrapper::endTimerQuery(ITimerQuery* query)
1023 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected