MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / CpuRenderTimeQuery

Method CpuRenderTimeQuery

src/core/renderbackend.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28CpuRenderTimeQuery::CpuRenderTimeQuery()
29 : m_start(std::chrono::steady_clock::now())
30{
31}
32
33void CpuRenderTimeQuery::end()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected