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

Method endTimerQuery

src/validation/validation-commandlist.cpp:1022–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020 }
1021
1022 void CommandListWrapper::endTimerQuery(ITimerQuery* query)
1023 {
1024 if (!requireOpenState())
1025 return;
1026
1027 m_CommandList->endTimerQuery(query);
1028 }
1029
1030 void CommandListWrapper::beginMarker(const char *name)
1031 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected